Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
File send in cmd
Name: Touchpad_king Date: May 28, 2003 at 03:03:36 Pacific OS: Win XP CPU/Ram: 256
Comment:
Can anyone tell me how to send files via command prompt? If it can be done? If not, is there a .com that allows me to?
Name: Harry Date: May 28, 2003 at 04:09:01 Pacific
Reply:
Sorry for maybe sounding dumb, but what do you mean by over the internet or locally?
0
Response Number 2
Name: JIMBO Date: May 28, 2003 at 04:15:20 Pacific
Reply:
copy c:\*.* \\{server name}\{share name}
or
copy c:\*.* \\{ip address}\{share name}
or FTP it.....
0
Response Number 3
Name: Touchpad_king Date: May 28, 2003 at 15:01:45 Pacific
Reply:
I mean over a network
0
Response Number 4
Name: Touchpad_king Date: May 28, 2003 at 15:03:38 Pacific
Reply:
Could someone explain what KIMBO said but in a simple version. Like server name is that my comp name or his? stuff like that thanks again guys
0
Response Number 5
Name: JIMBO Date: May 29, 2003 at 01:17:58 Pacific
Reply:
it is their machine so if you want to copy a file called file from you c drive to a machine called washington and a share called then the command would be
copy c:\file \\washington\files
If you want to copy the file to a location on the c drive of the other machine which isn't shared and you have administration rights on the other machine then the command would be
copy c:\file \\washington\c$\files
etc etc
HTH
0
Response Number 6
Name: touchpad_king Date: June 1, 2003 at 15:01:41 Pacific
Reply:
O.K let me start from the beginning, I want to copy a .txt file from a computer name HAXOR from his C:\ to a computer named Touchpad_king to his C:\ I'm a noob please explain guys! I'm kinda thick. Thanks
0
Response Number 7
Name: JIMBO Date: June 2, 2003 at 02:07:17 Pacific
Reply:
copy c:\a.txt \\touchpad_king\c$
if you can't ping touchpad_king via the name and the IP address is 10.1.4.10 for example then
copy c:\a.txt \\10.1.4.10\c$
0
Response Number 8
Name: Touchpad_king Date: June 24, 2003 at 19:08:35 Pacific
Reply:
Now if I wanted to copy the file to a specific folder on the receiving computer then what would I have to type? Say I wanted to send game.txt to C:\Games\ on to a computer whos name is Touchpad_king. thanks again in advance
Summary: If you are aware of the "net send" cability in cmd(command prompt), I have a question to ask if it. So if I have an important message to inform, so I don't have to bother typing in EVERY one of the...
Summary: We are using Netware 5.1 and Database application is Foxpro.Some time while working user can not save dbf file, foxpro gives file is in use error.we tried all the options found on Novell site,but it c...