Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Send Data from One Script to AnotherContent of Send Data from One Script to Another.vbsMD5 Hash: A1AE4B4356AC4E3424AA642036E0E53E |
||
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 :: |