Thread: A Batch File (READ!)

Results 1 to 4 of 4
  1. #1 A Batch File (READ!) 
    Banned

    Join Date
    Mar 2009
    Age
    24
    Posts
    970
    Thanks given
    22
    Thanks received
    29
    Rep Power
    0
    Hey I need a batch file that copys one directory, makes a new folder, and pastes the copied stuff into the directory. I'm using it for z508 cache thing
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Mar 2009
    Age
    24
    Posts
    970
    Thanks given
    22
    Thanks received
    29
    Rep Power
    0
    ffs nerds...
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    May 2008
    Posts
    823
    Thanks given
    16
    Thanks received
    31
    Rep Power
    0
    We're nerds because you can't make something? Lol'd
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Sep 2008
    Posts
    2,219
    Thanks given
    148
    Thanks received
    204
    Rep Power
    1570
    @echo off
    mkdir bin
    cd src
    copy *.* ../bin
    pause

    figure the rest out.

    [Only registered and activated users can see links. ]

    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •