mychl
04-18-2001, 11:13 PM
where should I look for how to write scripts...I think thats what you might call them...any way, I want to be able to write the equivalent to a batch file in dos...what extension, how to execute??? Anyone???
Thanks
Michael
demetrius
04-18-2001, 11:19 PM
http://www.linuxnewbie.org/nhf/intel/programming/introbashscript.html
read the NHF for simple bash scripting, though a script doesn't neccisarily need to use bash. As far as extension ... it doesn't matter as long as it is set as an executable file. As far as running it, it is up to you .. call from the console, create a link to it in your GUI of choice, run it as a service .. its all up to what you want to do with it.