http://qs1969.pair.com?node_id=173937


in reply to Re: Re: .bat and perl mystery
in thread .bat and perl mystery

Ah...perhaps the .bat file is in a directory in your %PATH% env variable...try hardcoding the entire paths in your script...remember to escape the \ characters for win32 paths...so "c:\mydir\myfile" would be "c:\\mydir\\myfile"
-Jason