バッチ処理のファイルを作成しています。
処理にサーバーのフォルダを参照し、ファイルの移動処理があります。
そのサーバの接続処理で質問します。
バッチがファイル内で
net use \192.xxx.xxx.xx\d$\WORK /user:userid Password
move \192.xxx.xxx.xx\d$\WORK\x1.txt c:\backup\x1.txt
となってます。
これを実行すると以下の内容が表示されます。
Multiple connections to a server or shared resource by the same user,
using more than one user name,
are not allowed. Disconnect all previous connections to the server or shared resource and try again.
対処方法があれば、ご教授お願いいたします。
予めマウントしておいてはいけないのでしょうか?