Help for this page

Select Code to Download


  1. or download this
    @echo off
    cd /d %~dp0
    ...
    call set_prop.cmd db.server.name dbserver
    
    set
    
  2. or download this
    my @output= qx(get_property_values.cmd);
    chomp @output;
    
    print "Got output [$_]"
        for @output;