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
Try adding a line something like this to the beginning of your batch file:
Then see if the JUNK file is actually created. If so, you're not starting your batch file. I originally guessed that you were having trouble starting the batch file, but I'm thinking that you're actually having problems with Net::SSH2. If that's the case, I won't be much help, as I don't use that package (nor any similar ones).dir >C:\Users\roboticus\JUNK
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| 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 08:03 UTC | |
by roboticus (Chancellor) on Oct 21, 2014 at 14:17 UTC |