[SOLVED] run three executables automatically
by atjurhs from LinuxQuestions.org on (#6HMBS)
hi guys,
i've got three executables that i need to run sequentially.
Quote:
all three executables are in the same directory as are the input files for them. i'm thinking i need to create a file that lists them and has a she bang at the top of the file
Quote:
btw, i'm running RE8 if that makes a difference
thanks for your help!
NEVERMIND - i forgot to make the run script file executeable with chmod, sorry to waste your time
i've got three executables that i need to run sequentially.
Quote:
A.exe -> B.exe -> C.exe |
Quote:
#!/bin/bash A.exe B.exe C.exe |
thanks for your help!
NEVERMIND - i forgot to make the run script file executeable with chmod, sorry to waste your time