windows .bat to run java and start mysql

Joined
Apr 2, 2008
Messages
1
Reaction score
0
Points
1
I have a .bat file that starts a MySql database server and then runs a java program which access the database. How can I do that in mac ?
 
Joined
Mar 30, 2004
Messages
4,744
Reaction score
381
Points
83
Location
USA
Your Mac's Specs
12" Apple PowerBook G4 (1.5GHz)
You will need to rewrite the batch file as either a shell script (if you intend to run it from the command line) or an AppleScript (if you intend to run it by double-clicking) or an AppleScript that runs a shell script (because, well, shell scripts are usually easier to write than straight AppleScripts for such things.)
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top