Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
silent cmd shell from vbscript
Name: edman747 Date: February 11, 2007 at 13:48:01 Pacific OS: xp CPU/Ram: p4/1gb Product: hp
Comment:
hello, have a script that runs a dos command line application. does anyone know if it is possible to launch the command prompt silent? so it does not open the cmd window. the application runs quickly and all the cmd prompts flash up then close.
[code] If objFSO.FileExists(strOutput) Then 'rip entity data from bsp Act.Run("cmd /c ripent.exe -export " & strOutput), 1, True [/code]
Summary: I run a shell command to start the cmd.exe and issue a ping command to network using SendKeys. I wonder how can I read the result from my VB app. if any VB expert can give me a clue, I appreciate! Tha...
Summary: You can't do it with "cmd" shell or use ".bat" file. You need write a script file with extention ".js" or ".vbs" in jscript or vbscript for running in "wscript" shell. Wscript is more powerfull cmd. ...
Summary: Hello every1!! :D OK, I was wandering how can I load a DLL file from VBScript... Also, is this possible if the script is running from a webpage?? Thanx!! ;) El-Trucha http://www.masterleito.ath.cx ftp...