in reply to Command line arguments not passed in Win7
Please post the output from running the following commands in a cmd.exe shell:
C:\D\test>assoc .pl .pl=Perl C:\D\test>ftype Perl Perl="c:\perl64\bin\perl.exe" "%1" %* C:\D\test>set pathext PATHEXT=.pl;.COM;.EXE;.BAT;.CMD;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Command line arguments not passed in Win7
by hsfrey (Beadle) on Sep 17, 2013 at 21:56 UTC | |
by BrowserUk (Patriarch) on Sep 17, 2013 at 22:09 UTC |