I need to call cscript.exe from the c:\windows\sysnative folder. My script is unhappy with trying to use this folder since it's a hidden path. My script is posted below. This does work with a batch file but it leaves a command window open. I want to use vbscript so there are no windows in view. I get an error stating "The system cannot find the file specified" at the line where I am trying to run c:\windows\sysnative. Any ideas on how to get this working?