Article 6HMBS [SOLVED] run three executables automatically

[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:
A.exe -> B.exe -> C.exe
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:
#!/bin/bash
A.exe
B.exe
C.exe
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
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments