11-10-2010, 04:45 PM
I know this is the wrong section but I couldn't find one for batch.. Well anyways heres my question:
I have about 5 folders inside of a thumbdrive, in each folder is 1 program. I want to make a batch file that opens all the programs in all the folders at once. So I originally had just
@echo off
Start program.exe (Six times, different programs)
But it wouldn't open them, Then I tried.
MD Folder name
Start program.exe (Six times, different folder names and programs)
And it still didn't work..
As you know (maybe) USB drives are assigned different labels. (D:, F:, E Etc. Usually hard-drives are C: So how can I access the folder, and open all the programs WITHOUT knowing the label? I'm sorry if this is a non-intelligent or simple question..
I have about 5 folders inside of a thumbdrive, in each folder is 1 program. I want to make a batch file that opens all the programs in all the folders at once. So I originally had just
@echo off
Start program.exe (Six times, different programs)
But it wouldn't open them, Then I tried.
MD Folder name
Start program.exe (Six times, different folder names and programs)
And it still didn't work..
As you know (maybe) USB drives are assigned different labels. (D:, F:, E Etc. Usually hard-drives are C: So how can I access the folder, and open all the programs WITHOUT knowing the label? I'm sorry if this is a non-intelligent or simple question..