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.
copy file to an IP
Name: syskplim Date: November 14, 2003 at 14:27:29 Pacific OS: ME CPU/Ram: P3_800/256
Comment:
how to directly copy a file to a destination IP without communication program like Laplink? (i've Laplink, but friend doesn't ve.)
my IP:192.168.1.1 ;his IP:202.188.1.2
is it possible for me to transfer the file for him?
Name: buck1 Date: November 14, 2003 at 14:46:49 Pacific
Reply:
@echo off echo this will send a file net send 202.188.1.2 file.exe echo file sent pause exit
the above will work copy & paste it into notepad save as send.bat click it and it should go if not you will have to send it by telnet if this dont work danny buck
0
Response Number 2
Name: buck1 Date: November 14, 2003 at 14:52:04 Pacific
Reply:
did you get message?
0
Response Number 3
Name: R. Varadarajan Date: November 14, 2003 at 21:36:35 Pacific
Reply:
Dear Mr. Danny Buck,
I just tried ur syntax of copying files directly to ip...the command i gave is:
c:\windows> net send 192.9.30.200 tel.ini
it says error " command send is unkonwn"
any idea...
bye
R. Varadarajan Chennai - India
0
Response Number 4
Name: buck1 Date: November 15, 2003 at 01:48:24 Pacific
Reply:
it seems like that your os doesnt have net send enabled. can you tell me what your operating system is please? try going into dos and typing: net start messenger that will start it if you have it on your sysytem tell me if it works hope it helps danny buck
0
Response Number 5
Name: syskplim Date: November 15, 2003 at 08:00:28 Pacific
Reply:
danny buck:
i got 'The message was successfully sent to 202.188.1.2'. and a message was appeared on destination computer like this 'Message from SYSTEM1 to 202.188.1.2 on 11-16-2003 12:03am A.TXT'
but i can't found any A.TXT in that destination computer. anything wrong or mistake that i had done?
Summary: OK, thanks for the reply .. but please put the remarks about the other program (the one with the 'most recent file on disk') in the other thread .. Cause it is getting complicated .. for both of us. I...
Summary: in a batch file, i would like a text file to keep appending to itself until there is no more room left on the disk. currently I am using type to append: type file.txt >> file.txt I would like this to ...
Summary: I would like some help with coding a batch file to copy one file to multiple directories. These directories are all sub directories within a main folder...: XML\14_01_2004 XML\15_01_2004 XML\21_01_200...