Page 1 of 1

Open a program but hidden

Posted: 01 Aug 2009 03:48
by rfpd
How i with batch open a program hidden??

Posted: 02 Aug 2009 05:49
by plp626
OS: XP

Code: Select all

@if %1* neq 0* mshta vbscript:createobject("wscript.shell").run("%~s0 0",0)(window.close)&exit
rem your program begin

thanks

Posted: 02 Aug 2009 09:33
by rfpd
thanks but i have a question where i put the name of the file??????

error

Posted: 02 Aug 2009 14:03
by rfpd
that code doesn't result!