I’ve made a new file type .pl (Explorer->Tools->Folder Options…->File Types). Now I wanted to make a new Action which will call cmd.exe and automatically run PERL script.I don’t know what to write under “Applications used to perform action” ,I have to pass cmd.exe certain arguments but I don’t know which.
Form of arguments should ,I suppose, be:[cmd.exe] <file location> perl <file name>
I’ve made a new file type .pl (Explorer->Tools->Folder Options…->File Types). Now I wanted to
Share
To permanently associate
*.plwithperl.exe, at a command prompt type the following.Note that you could also associate
*.plwithwperl.exe, which will run the script without a visible command window.wperl.exeis part of the ActiveState perl distribution.