![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Send Data from One Script to Another
|
||
Set objShell = CreateObject("Wscript.Shell")
intValue = InputBox("Please enter a number:") strCommandLine = "output.vbs " & intValue objShell.Run(strCommandLine) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |