I have the following batch file that when called takes a screen shot of a student's computer, using NirSoft's program -- Nircmd.exe, and saves the file as the user's logon name.tif to a remote server folder. The problem I'm having is when I run the batch file, the command window flashes on the student's computer. I was hoping I could run a Vbscript with the hidden window command to avoid the command window from flashing. I'm new to Batch files and Vbscripts, but have had some success getting this program to work. I'm hoping someone out there can help me with the conversion from batch file to Vbscript. Here is my batch file:
'start "" "C:\Program Files\nircmd-1\nircmd.exe" savescreenshot^
' "K:\Teachers\Other Stuff\Utilities\Tiffs\%USERNAME%.tif" 600 300 600 400'
'exit
Thanks for your help, John