batch file for perl script
Hi,
I have a batch file in which i have perl script execution code.
when i double click the .bat file, it creates output9.xml file with size 0 kb
Please someone help me, to know the the cause for this problem.
below is the script i have in .bat file.
Set TEST=C:\Interface_Docs\Siemens\AFP-Parser\Parse-AFP-0.24\script\afpdump.pl C:\AFP-Perl\TEST.afp >> C:\AFP-Perl\output9.xml
but if i execute from command prompt, this works and create an output9.xml file with parsed data
thanks
Arun
|