Running vbscript from batch file

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

    Just try this code:

    start "" "C:\Users\DiPesh\Desktop\vbscript\welcome.vbs"

    and save as .bat, it works for me

提交回复
热议问题