How do I create a windows shorcut for running a perl script?
How can I launch ms-dos a开发者_C百科nd a perl script using a shortcut?
I tried to use .bat file with:
perl C:\script.pl
That didn't work. Any suggestions?
make sure perl is in the system path, and it should work.
精彩评论