• Call Us Today

    1- 912- 480- 4560
    1- 478- 405- 0110

Category Archives: Novell

Zenworks App to Run Multiple DOS commands without batch file

May 10, 2011 8:36 pm  -  Posted by admin Category:Novell, Scripts, Windows

Simplified windows update turn on/off app to drop the mapping of network drives. Path to file C:\WINDOWS\system32\cmd.exe Parameters /c c:\windows\system32\sc.exe config wuauserv start= demand & net stop wuauserv So in parameters start with /c then separate commands with & example …