Login | |
|
 |
RE: VBScript - Control //NOLOGO from within script? - 1/15/2008 12:51:42 AM
|
|
 |
|
| |
DiGiTAL.SkReAM
Posts: 1183
Score: 7
Joined: 9/6/2005
From: Florida, USA
Status: offline
|
You could write the script in batch, instead of vbscript. Or you could make it a powershell app...
_____________________________
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
| |
|
|
|
 |
RE: VBScript - Control //NOLOGO from within script? - 1/16/2008 4:56:52 AM
|
|
 |
|
| |
Rischip
Posts: 502
Score: 2
Joined: 3/26/2007
Status: offline
|
This is an example. The first script would be "TheExecutable" The second script is your script called from the executable using the wscript engine instead if cscript. wscript does not have a header displayed when executed. If the pipes are redirected then wscript.stdout.write would go to your executable on a pipe.
_____________________________
Rischip Author of - The Grim Linker
|
|
| |
|
|
|
|
|