Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: write a batch file to move files from a windows 2000 machine to an XP machine  (Read 2977 times)

0 Members and 1 Guest are viewing this topic.

Cichlid Mania

    Topic Starter


    Newbie

    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
    quit

    patio

    • Moderator


    • Genius
    • Maud' Dib
    • Thanked: 1769
      • Yes
    • Experience: Beginner
    • OS: Windows 7
    Have you considered using the Files and settings transfer wizard ? ?
    " Anyone who goes to a psychiatrist should have his head examined. "

    Spoiler



      Specialist

      Thanked: 50
    • Experience: Beginner
    • OS: Windows XP
    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

    Whenever I watch TV and I see those poor starving kids all over the world, I can't help but cry. I mean I would love to be skinny like that, but not with all those flies and death and stuff." - Mariah Carey, Pop Singer

    Cichlid Mania

      Topic Starter


      Newbie

      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.