in reply to Re^2: Net::SSH2 some programs launch but can't get my script to run
in thread Net::SSH2 some programs launch but can't get my script to run
When I double click on 'try.bat' I get a cmd.exe console pop up that contains:C:\sisyphusion>type script.pl use warnings; print "Hello World\n"; C:\sisyphusion>type try.bat @echo off set PATH=C:\MinGW\perl516\bin;C:\MinGW\bin;%PATH% @echo on cmd /k perl script.pl C:\sisyphusion>
I think you should be able to make use of that approach, too.C:\sisyphusion>cmd /k perl script.pl Hello World C:\sisyphusion>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::SSH2 some programs launch but can't get my script to run
by Porax (Acolyte) on Oct 21, 2014 at 09:23 UTC |