Connecting Tech Pros Worldwide Help | Site Map

Hide CMD window when startup login script runs

Familiar Sight
 
Join Date: Nov 2006
Posts: 168
#1: Aug 17 '09
Hi All,

im running the following login script (vbs) when users log in:

Expand|Select|Wrap|Line Numbers
  1. ' ****************************************************************************
  2.  
  3. ' Copy Fonts From Network Share To C:\WINDOWS\FONTS Folder Of Workstation
  4.  
  5. ' ****************************************************************************
  6.  
  7.  
  8.  
  9. Set WshShell = CreateObject("wScript.Shell")
  10.  
  11. WshShell.Run "xcopy.exe ""\\QPF\users\shared\House Style\Q House Style"" ""C:\Q"" /C /I /S /E /H /Y /Q", 1,True
the problem i have is that it shows a CMD screen when this log in script runs to all users when they log in..

how do i hide this? (server 2003, users have xp machines)

thanks
Reply