April 17th, 2008
iniciando um processo em background no windows
Posted by
admin in
Windows
para iniciar um programa em background no windows, use:
CODE:
-
start "testando" /B %WINDIR%\notepad.exe c:\boot.ini
ou
CODE:
-
start "testando" /B c:\windows\notepad.exe c:\boot.ini
