1.

Solve : write a batch file to move files from a windows 2000 machine to an XP machine?

Answer»

I want to move files from a Windows 2000 machine to an XP machine, this is what I have so FAR:

In the batch FILE:

ECHO off
cls
c:
cd \MailSpam

ftp -i -n -s:C:\batch\getspamftp.txt

:End



In the text file:

open X.X.X.X
user administrator xxxxxxx
D:
cd Mail\spool\spam
mget *.smd
mdel *.smd
quitHave you considered using the Files and settings transfer wizard ? ?You can ALSO try this....

http://www.2brightsparks.com/syncback/syncback-hub.html

I use it to move files from server to server. You can setup a time of day to run it and many other features

I want to be able to do the transfer of files multiple times per day, for an infinate amount of time.
I checked into the Tranfer Files Wizard, and it looks like it's for going from an old computer to a new ONE. My situation is that I just want to transfer files from a different computer on the network, multiple times per day.  Thanks.



Discussion

No Comment Found