标题: 请教98系统下面用批处理不能进行网络映射的问题?
[打印本页]
作者: 快乐如风
时间: 2005-1-24 00:00
标题: 请教98系统下面用批处理不能进行网络映射的问题?
如题,我的主机是98系统,都开了共享。下面这个是一台客户机上的批处理!我做它主要是为了游戏更新。但是下面这个批处理在我的客户机上运行不了。(不过我换个2000系统的客户机就没问题!)请教高手了???
echo off 瓯潮网吧欢迎您!今天有游戏更新请稍等....
@echo off
net use z: \\FATT1\瓯潮网吧文件\游戏补丁 /yes >nul
start /min /w z:\gameup.bat z: >nul
net use * /delete /yes >nul
exit
显示的错误如下:
Error 50: You attempted an operation that cannot be performed from your
computer or that is not supported on the specified server. Make sure you are
using the correct server for the command or task that you want to perform. If
the problem persists, contact your network administrator.