deross has asked for the wisdom of the Perl Monks concerning the following question:
my $input = "c:/Backups/UCSRSQL01/sortedREFDATAList.txt"; open(INPUT, $input) ; my $zipfile = <INPUT> ; my $path = "C:/Backups/UCSRSQL01"; $zipcommand = `"c:/program files/winzip/wzzip" $path/refdatabak.zip $p +ath/$zipfile`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Script waiting on 'Press any key to continue'
by Roy Johnson (Monsignor) on Apr 25, 2005 at 16:20 UTC | |
|
Re: Script waiting on 'Press any key to continue'
by eibwen (Friar) on Apr 25, 2005 at 16:18 UTC | |
|
Re: Script waiting on 'Press any key to continue'
by felonius (Scribe) on Apr 25, 2005 at 16:20 UTC | |
|
Re: Script waiting on 'Press any key to continue'
by bofh_of_oz (Hermit) on Apr 25, 2005 at 18:12 UTC | |
|
Re: Script waiting on 'Press any key to continue'
by tame1 (Pilgrim) on Apr 25, 2005 at 19:19 UTC |