How to create batch file in Windows using “start” with a path and command with spaces

前端 未结 7 1559
孤独总比滥情好
孤独总比滥情好 2020-11-27 12:54

I need to create a batch file which starts multiple console applications in a Windows .cmd file. This can be done using the start command.

However, the command has

7条回答
  •  情话喂你
    2020-11-27 13:24

    I researched successfully and it is working fine for me. My requirement is to sent an email using vbscript which needs to be call from a batch file in windows. Here is the exact command I am using with no errors.

    START C:\Windows\System32\cscript.exe "C:\Documents and Settings\akapoor\Desktop\Mail.vbs"
    

提交回复
热议问题