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

Author Topic: start a certain folder  (Read 2595 times)

0 Members and 1 Guest are viewing this topic.

stalor214

    Topic Starter


    Rookie

  • If you have steam join Leet Killorz Clan!!!
    start a certain folder
    « on: March 12, 2009, 02:44:19 PM »
    ok what i need now is to start every batch file in a pacific folder then move them to a differnt folder. the starting folder name is start the second one is done. this is for a network drive just so i can exucute commands i dont need the results(last part i need)

    BatchRocks



      Hopeful
    • Thanked: 3
      Re: start a certain folder
      « Reply #1 on: March 12, 2009, 02:51:36 PM »
      Code: [Select]
      Call <batchfilename>.bat
      Call <otherfile>.bat

      Ect, but the file you call, must have your code, then a "move <thisfilename>.bat <folderpath>

      I think it should work.