Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Batch file 批处理文件停止运行_Batch File_Printing_Cmd - Fatal编程技术网

Batch file 批处理文件停止运行

Batch file 批处理文件停止运行,batch-file,printing,cmd,Batch File,Printing,Cmd,这是我的批处理文件 set /p file=<"Z:\Proprietary Tools\Print Center\FileToPrint.csv" Call "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" /n /s /o /h /t "%file%" taskkill /IM AcroRd32.exe set/p file=为什么要使用Call?它是否启动Acrobat Reader?

这是我的批处理文件

set /p file=<"Z:\Proprietary Tools\Print Center\FileToPrint.csv"

Call "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe" /n /s /o /h /t "%file%"

taskkill /IM AcroRd32.exe

set/p file=为什么要使用
Call
?它是否启动Acrobat Reader?