1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Development .bat scripting??

Discussion in 'Software' started by mUrml, 18 Oct 2005.

  1. mUrml

    mUrml What's a Dremel?

    Joined:
    13 Jan 2005
    Posts:
    231
    Likes Received:
    0
    Hi, i'm new to all this scripting thing, and here at a LAN I was wondering how make a little .bat file, which creates dir's:
    mkdir c:\test

    Then I would use a label, and use the GOTO to make it continuesly. But it needs to name the next dir test1, test2, test3 and so on.
    If you understand me....

    Can anyone tell me how to this ?

    Or have an extensive guide to the scripting?!?!
     
  2. RR5

    RR5 What's a Dremel?

    Joined:
    7 Dec 2003
    Posts:
    710
    Likes Received:
    0
    Find someone or some guide online for QBasic, I've seen my friend make a batch file using qbasic which creates 10,000 folders named 1 to 10,000. Insane.
     
  3. ozstrike

    ozstrike yip yip yip yip

    Joined:
    19 Sep 2004
    Posts:
    2,946
    Likes Received:
    11
    Just out of interest, why do you want to do this?
     
  4. specofdust

    specofdust Banned

    Joined:
    26 Feb 2005
    Posts:
    9,571
    Likes Received:
    168
    Yeah, my knowledge of scripting is low, but it looks as if that would just fill up the C drive with a huge number of testX folders :/
     
  5. mUrml

    mUrml What's a Dremel?

    Joined:
    13 Jan 2005
    Posts:
    231
    Likes Received:
    0
    Well my and a friend of mine sat on the last night of a LAN, wondering how you could make such a file. No evil intentions or anything, if that was the case, we could just download a virus.
    It's just out of curiousity(sp?).
     
  6. Atomic

    Atomic Gerwaff

    Joined:
    6 May 2002
    Posts:
    9,646
    Likes Received:
    94
    VBScript would be your best bet.

    It'd be simple to do in that.
     
  7. VincentVega

    VincentVega What's a Dremel?

    Joined:
    13 Aug 2005
    Posts:
    60
    Likes Received:
    0
    Python would be another good choice.
     
  8. Kevo

    Kevo 426F6C6C6F636B7300

    Joined:
    9 Sep 2001
    Posts:
    3,669
    Likes Received:
    0
    Or Kixtart
     

Share This Page