Computing.Net > Forums > Programming > silent cmd shell from vbscript

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

Reply to Message Icon

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]



Sponsored Link
Ads by Google

Response Number 1
Name: edman747
Date: February 11, 2007 at 14:42:34 Pacific
Reply:

found it.

http://www.appdeploy.com/messageboa...

run minimized
Act.Run("cmd /c ripent.exe -export " & strOutput), 7, True


0

Response Number 2
Name: Shr0Om
Date: February 12, 2007 at 04:15:26 Pacific
Reply:

Its also possible to convert the batch file into a .exe file that runs in "ghost" mode.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: silent cmd shell from vbscript

Read cmd windows from VB6 www.computing.net/answers/programming/read-cmd-windows-from-vb6/5411.html

need help for script www.computing.net/answers/programming/need-help-for-script/9671.html

Calling a DLL in VBScript www.computing.net/answers/programming/calling-a-dll-in-vbscript/12067.html