in reply to redirection problem
What output do you get from the following two commands?
C:\test>assoc .pl .pl=Perl C:\test>ftype Perl Perl="c:\perl64\bin\perl.exe" "%1" %*
Note: The argument to the second command comes from whatever is after the '=' in the output from the first.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: redirection problem
by grizzley (Chaplain) on Jun 22, 2012 at 09:26 UTC | |
by BrowserUk (Patriarch) on Jun 22, 2012 at 09:32 UTC | |
by grizzley (Chaplain) on Jun 22, 2012 at 09:40 UTC | |
by BrowserUk (Patriarch) on Jun 22, 2012 at 13:27 UTC | |
by grizzley (Chaplain) on Jun 22, 2012 at 15:19 UTC | |
|