Running vbscript from batch file

后端 未结 5 559
迷失自我
迷失自我 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:56

    Well i am trying to open a .vbs within a batch file without having to click open but the answer to this question is ...

    SET APPDATA=%CD%

    start (your file here without the brackets with a .vbs if it is a vbd file)

提交回复
热议问题