How to configure programs in SyMenu
launch script silently
jsjsjsjs Posts: 3
28/05/2013
|
Hi, see how I launch script silently
In this case : path : ..\DeepBurner1_Portable\DeepBurner.bat
I use VB script to do this :
path : wscript.exe additionnal parameter : #:\Applications\silentmode.vbs DeepBurner.bat advenced work repertory : ..\DeepBurner1_Portable\
this is the content of my silentmode.vbs : --------------------------- Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run """" & WScript.Arguments(0) & """" & sargs, 0, False -------------------------- work with xp, vista, seven
|
|
link
|