Script advice
From: Alan Secker (alan_at_asandco.co.uk)
Date: 08/03/05
- Next message: Stan Goodman: "Successful installation (SUSE v9.3), failed reboot"
- Previous message: baseln_at_gmail.com: "Re: How to determine if the kernel is 64-bit ?"
- Next in thread: Davide Bianchi: "Re: Script advice"
- Reply:(deleted message) Davide Bianchi: "Re: Script advice"
- Reply: Tony Lawrence: "Re: Script advice"
- Reply: ray: "Re: Script advice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 03 Aug 2005 09:54:45 +0100
I'm about to start compiling and linking program modules under Linux. I
previously did this under Windows and used a batch file. I want to do the
same in Linux but the absence of a goto stastement has thrown me a bit.
This is what happens under Windows
The batch file is called by one of three switches:
edit
compile and link
run (in debug mode).
If 'edit is chosen, all three processes will be run. If 'run' is selected
only the last one is run. There is a pause between each process allowing
escape to the prompt, otherwise it goes back to the top again.
My problem is identifying how to construct an effective loop. Needless to
say, my script eforts so far have not required constructs of any kind!
TIA
Alan Secker
- Next message: Stan Goodman: "Successful installation (SUSE v9.3), failed reboot"
- Previous message: baseln_at_gmail.com: "Re: How to determine if the kernel is 64-bit ?"
- Next in thread: Davide Bianchi: "Re: Script advice"
- Reply:(deleted message) Davide Bianchi: "Re: Script advice"
- Reply: Tony Lawrence: "Re: Script advice"
- Reply: ray: "Re: Script advice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|