|
xiaoyuer06
初级用户
 
积分 86
发帖 35
注册 2005-10-6
状态 离线
|
『楼 主』:
如何从XP拷贝文件到DOS
使用 LLM 解释/回答一下
DOS安装了msclient3.0,
XP和DOS都已完成网络驱动器的映射,
现在可以从DOS下将文件拷贝到XP中,但在XP下拷贝文件到DOS时,却失败。
哪位高手指点一二?先谢过!:-)
DOS has installed msclient3.0,
Both XP and DOS have completed the mapping of network drives,
Now files can be copied from DOS to XP, but when copying files from XP to DOS, it fails.
Which expert can give some guidance? Thanks in advance! :-)
|
|
2006-10-17 10:05 |
|
|
xugaohui
高级用户
   
积分 774
发帖 293
注册 2003-4-16 来自 湖北仙桃
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
dos必须启用文件共享服务,并共享目录。xp只能以映射网络驱动器方式访问dos共享目录。
Last edited by xugaohui on 2006-10-17 at 10:32 ]
DOS must enable file sharing service and share the directory. XP can only access the DOS shared directory by mapping a network drive.
Last edited by xugaohui on 2006-10-17 at 10:32 ]
|

下载
09年7月7日 更新
感谢网友 囧HQY 提供空间 |
|
2006-10-17 10:24 |
|
|
xiaoyuer06
初级用户
 
积分 86
发帖 35
注册 2005-10-6
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
:-) 感谢xugaohui的回复。
补充一下:dos下已经成功执行 net start server, 并用 net share 共享了目录(整个C盘)。
xp下也已经用 net use 映射了dos的共享目录,可以在xp的资源管理器中看到dos共享目录的内容,可以将其中的文件拷贝出来,但向其中粘贴一个文件时,
出现错误提示:无法复制XXX:网络访问被拒绝。请确定您是否有进行这项操作的网络权限。
是不是dos端还有什么地方需要设置?
:-) Thanks for xugaohui's reply.
Supplement: In DOS, net start server has been successfully executed, and the directory (the entire C drive) has been shared using net share.
In XP, the shared directory of DOS has also been mapped using net use. The content of the DOS shared directory can be seen in the XP resource manager, and files in it can be copied out, but when pasting a file into it, an error prompt appears: Cannot copy XXX: Network access is denied. Please make sure you have the network permission to perform this operation. Is there anything else that needs to be set on the DOS side?
|
|
2006-10-17 20:26 |
|
|
xiaoyuer06
初级用户
 
积分 86
发帖 35
注册 2005-10-6
状态 离线
|
『第 4 楼』:
版主,麻烦给指点一下,多谢了。
使用 LLM 解释/回答一下
在 dos 下用 “net share 共享名”,结果:Access type Read only
是否是这里的问题?
Last edited by xiaoyuer06 on 2006-10-18 at 04:17 ]
In DOS, using "net share 共享名", the result: Access type Read only
Is this the problem here?
Last edited by xiaoyuer06 on 2006-10-18 at 04:17 ]
|
|
2006-10-18 04:13 |
|
|
redtek
金牌会员
     
积分 2902
发帖 1147
注册 2006-9-21
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
共享应该设置为可读写:)
Sharing should be set to readable and writable:)
|

Redtek,一个永远在网上流浪的人……
_.,-*~'`^`'~*-,.__.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._ |
|
2006-10-18 10:27 |
|
|
xiaoyuer06
初级用户
 
积分 86
发帖 35
注册 2005-10-6
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
TO:redtek
在DOS下,执行
attrib -r c:\zhang
net share mydos=c:\zhang
net share mydos
返回结果依然是:Access type Read only
redtek,请详细说一下你是如何将共享设置为可读写的?谢谢! :-)
TO:redtek
Under DOS, execute
attrib -r c:\zhang
net share mydos=c:\zhang
net share mydos
The returned result is still: Access type Read only
redtek, please tell me in detail how you set the share to be readable and writable? Thanks! :-)
|
|
2006-10-18 20:35 |
|
|
redtek
金牌会员
     
积分 2902
发帖 1147
注册 2006-9-21
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
不好意思,我现在没有你上面的网络环境,没有办法做实验和分析。
期望等待高手来帮你解决所遇到的问题:)
不过有几点你确认一下:
1) 你装XP的这台计算机已成功映射了另一台装有DOS并设置了共享的机器。
2) 你在XP的命令行上可以看到被映射的这个盘符,然后用命令行建个目录试试。
3) 或: 在XP的命令行COPY一个短文件名的文件到DOS的机器上
I'm sorry, I don't have the network environment you mentioned above right now, so I can't do experiments and analysis.
Looking forward to waiting for experts to help you solve the problems you encounter : )
But please confirm the following points:
1) The computer where you installed XP has successfully mapped another machine that has DOS installed and is set to share.
2) You can see the mapped drive letter on the command line of XP, and then try to create a directory using the command line.
3) Or: Copy a short - filename file to the DOS machine on the command line of XP
|

Redtek,一个永远在网上流浪的人……
_.,-*~'`^`'~*-,.__.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._,_.,-*~'`^`'~*-,._ |
|
2006-10-19 01:05 |
|
|
xiaoyuer06
初级用户
 
积分 86
发帖 35
注册 2005-10-6
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
redtek:
谢谢回复,但你还没回答我的问题呢 :-)
在DOS下,如何将共享设置为可读写?
redtek:
Thanks for the reply, but you haven't answered my question yet :-)
In DOS, how to set sharing to be readable and writable?
|
|
2006-10-19 03:06 |
|
|
87911537
新手上路

积分 4
发帖 2
注册 2006-10-22
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
我也很想知道答案!
I also really want to know the answer!
|
|
2006-10-23 09:43 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
NET SHARE命令有个/FULL选项,这才是可读可写。/READ则为只读方式。
The /FULL option of the NET SHARE command is for read-write. The /READ option is for read-only mode.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-10-23 12:00 |
|
|
xiaoyuer06
初级用户
 
积分 86
发帖 35
注册 2005-10-6
状态 离线
|
|
2006-10-24 21:47 |
|