Results 1 to 11 of 11

Thread: DOS commands

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Axebitten Modder Senior Member Dol Guldur's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,550

    Default Re: DOS commands

    Nope.

    I think it might be a command I forgot about: XCOPY

    Code:
    md .\ci\
    xcopy .\bi\ .\ci\ /e
    xcopy .\ci\ .\bi\ci\ /e
    RMDIR /S /Q .\ci\
    del /q .\bi\ci\ci\
    del /s /q .\bi\ci\data\world\maps\battle\custom\
    del /s /q .\bi\ci\data\world\maps\base\
    xcopy .\fe\* .\bi\ci\
    del /s /q .\bi\ci\data\world\maps\campaign\the_south\
    pause
    Now lines 1 and 4 work but 2 & 3 are reporting an invalid path which does not make sense if 1 & 4 work. I could not copy the file directly as it reported a cyclical error (probably because I was copying to a subdirectory of it) so I have had to go about it by copying it somewhere else and then copying it again. Gah!

    Any dos guys out there?
    Last edited by Dol Guldur; 01-28-2007 at 01:16.
    "One of the most sophisticated Total War mods ever developed..."

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO