Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/6.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_Batch Processing - Fatal编程技术网

Batch file 如何访问网络驱动器中的文件?

Batch file 如何访问网络驱动器中的文件?,batch-file,batch-processing,Batch File,Batch Processing,我正在尝试访问网络驱动器文件夹中的文件 这是我的剧本 @echo关闭 net use K:\\sggysnysn1fd013\C\u DRIVE\PBench\recipes net使用K:/delete 退出当您尝试将cd刻录到K时会发生什么情况:(当然,因为您正在切换驱动器,所以使用/d选项)?谢谢,我会尝试一下

我正在尝试访问网络驱动器文件夹中的文件

这是我的剧本

@echo关闭
net use K:\\sggysnysn1fd013\C\u DRIVE\PBench\recipes
net使用K:/delete

退出
当您尝试将
cd
刻录到K时会发生什么情况:(当然,因为您正在切换驱动器,所以使用
/d
选项)?谢谢,我会尝试一下