All,
I have a perl script (which is running on a linux server) that mounts and unmounts windows machines to grab log files. These log files are being moved onto another mounted windows machine. I have a batch file on the receiving computer that sorts these log files. I would like to call that file from the perl script. I am trying to use a linux shell command:
start $network_dir/logs/sort.bat
this line is giving me compilation errors, is there another way to run the batch file seeing as the drive is already mounted, or do I need to provide an SSH connection? I also can't figure out how to run the batch file from PuTTy (from Windows -> Linux -> mounted drive)
Thank you in advance
startitself is a cmd internal command. (Typewhere whereinto a command prompt and compare it towhere startand see how ill-prepared windows is.) There are a lot of hoops you'll have to jump through, unless you simply use the facilities you have in linux, or arrange for a file-trigger to set off the batch file.