Does LANDesk by default hide the command prompt window when running a batch file?
I am running this ...
@echo off
echo Unpacking Office 2010 Professional Plus Update files ...
7za x -oC:\LANDeskTemp Office2010_PP.zip
echo Finished unpacking, starting Install ...
C:\LANDeskTemp\setup.exe /adminfile LANDeskInstall.msp
echo Install Complete .. system will now reboot in 30 seconds
ping -n 31 127.0.0.1 > nul
Just unpacking the Office update and running our setup file .. However I get the software distrubition task icon on the bottom right, but I never see any comand prompt window letting the users know whats going on. Can I have that show?
Brendan