Quantcast
Channel: iT邦幫忙
Viewing all articles
Browse latest Browse all 15645

bat在UNC中批次處理檔案

$
0
0
是這樣的,我需要在網路硬碟作檔案的批次處理,
bat好像在網路上的芳鄰這種UNC目錄下不支援,
google到的解決辦法有用net use
我的bat code如下:
--------------------start-------------------
@echo off
net use Z: \\route
for %%i in (*) do echo %%i >>M01.txt
net use /delete Z: \\rout
pause
--------------------end---------------------
有關UNC的錯誤訊息消失了,但出現如下的錯誤訊息
--
系統發生85錯誤
本機裝置名稱已在使用中
--
請問這是什麼情況?要怎麼解決呢?

Viewing all articles
Browse latest Browse all 15645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>