I've made a simple bat file "run_perl.bat" that executes a Perl script "Oncomine_main.pl" in \data\test_scripts directory.
Here is the content of the bat file:
cd /data/test_scripts
perl Oncomine_main.pl
I run the script from the login directory
Here is what is returned to me:
[username@path-twood3 ~]$ ./run_perl.bat
: No such file or directory /data/test_scripts
": No such file or directorymine_main.pl
Please suggest how to fix this issue?
Thank you