DIM objShell
set objShell=wscript.createObject("wscript.shell")
iReturn=objShell.Run("cmd.exe /C \\192.168.3.201\ycty$\wf.bat", 0, TRUE)

