Re: [newbie] BATCH FILE

2004-06-10 Thread Len Lawrence
On Thu, 10 Jun 2004 21:57:20 +0200 Kaj Haulrich <[EMAIL PROTECTED]> wrote: > On Thursday 10 June 2004 21:13, H.J.Bathoorn wrote: > > On Thursday 10 June 2004 10:14, [EMAIL PROTECTED] wrote: > > > is it possible to create (save ) automatic files ( like batch > > > files in Windows) in Linux ? How ?

Re: [newbie] BATCH FILE

2004-06-10 Thread H.J.Bathoorn
On Thursday 10 June 2004 10:14, [EMAIL PROTECTED] wrote: > is it possible to create (save ) automatic files ( like batch files in > Windows) in Linux ? How ? > > I want to use this not to do always the same things in console. yes, you can put the commands you want automated in a text file. If ther

Re: [newbie] BATCH FILE

2004-06-10 Thread Mikkel L. Ellertson
Raffaele BELARDI wrote: Yes, they are called bash scripts. Create a text file with your favorite editor, containing the bash commands you want to execute, save it as , then from the console type: chmod u+x to make the script executable. To execute it, type from a console (in the directory cont

Re: [newbie] BATCH FILE

2004-06-10 Thread hertas
TECTED] Sent by:cc: [EMAIL PROTECTED]Subject: Re: [newbie] BATC

Re: [newbie] BATCH FILE

2004-06-10 Thread Chipo Hamayobe
On Thu, 10 Jun 2004 [EMAIL PROTECTED] wrote: > is it possible to create (save ) automatic files ( like batch files in > Windows) in Linux ? How ? > I want to use this not to do always the same things in console. i cant seem to understand your question. can you please explain what you mean. chipo

[newbie] BATCH FILE

2004-06-10 Thread hertas
hello friends, is it possible to create (save ) automatic files ( like batch files in Windows) in Linux ? How ? I want to use this not to do always the same things in console. Best Regards Hakan Ertas Uretim Yoneticisi / Production Manager Dr. Oetker Gıda San. A.Ş. ( IZMIR , TURKEY ) Tel : +90

Re: [newbie] Batch File In Linux???

2001-07-14 Thread Juan Carlos Conde
You can use "vi" or "kedit" to write the file. Here is an example of a batch file: #!/bin/sh /* This line must be included always */ cd /home/jcc/setiathome-3.03/* A go to a directory and run an file */ ./setiathome -nice 19 & /* Current d

[newbie] Batch File In Linux???

2001-07-13 Thread Curtis Matthiesen
Hi there, I was wondering if someone could help me write the equivalent of a batch file for Linux. This is what I need it to do: 1. Open up a Konsole (preferably minimized) and change to the following folder: (/usr/local/bin/Half-Life/hlds_l/), then run the command: startup and keep the Ko