Running vbscript from batch file

后端 未结 5 556
迷失自我
迷失自我 2021-01-31 18:26

I just need to write a simple batch file just to run a vbscript. Both the vbscript and the batch file are in the same folder and is in the SysWOW64 directory as the vbscript can

5条回答
  •  梦谈多话
    2021-01-31 18:55

    This is the command for the batch file and it can run the vbscript.

    C:\Windows\SysWOW64\cmd.exe /c cscript C:\Windows\SysWOW64\...\necdaily.vbs
    

提交回复
热议问题