in reply to Re^4: Perl calling command prompt?
in thread Perl calling command prompt?
D:\temp>echo echo Batch! > batch.cmd D:\temp>cd.. D:\>c: C:\WINNT>perl -e "system q(cd /d d:\\temp & batch.cmd)" D:\temp>echo Batch! Batch! C:\WINNT>
Hope that helps
Update: lagging behind... Firefly258 was faster
|
|---|