in reply to Re: No command window output when running script
in thread No command window output when running script
Hi Rob,
Thank you for this reply. It makes perfect sense. I wasn't storing what was returned and printing it, so nothing was output to the screen. Returning and outputting are not inherently equivalent.
I just tried out your example. Cd doesn't return a value so nothing is output with this example, but when I used dir instead I got a nice screenful of info. :-D I'm not on my work computer right now so I can't try out my tf command yet, but I will give it a try later. Thank you again for the answer.
Jennie
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: No command window output when running script
by syphilis (Archbishop) on Dec 29, 2012 at 23:26 UTC | |
by JennieInMI (Acolyte) on Dec 30, 2012 at 01:33 UTC |