Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: barney on May 24, 2009, 08:50:37 PM

Title: Startup Sequence question
Post by: barney on May 24, 2009, 08:50:37 PM
I was looking at the startup sequence file and wanted to change somthing without deleting it.  Is there a command equivalent to "REM" as used with AUTOEXEC.BAT AND CONFIG.SYS that can be used in the startup sequence file.  I want my Amiga to ignore a specific line in startup sequence without having to delete it.  Thanks

Barney
Title: Re: Startup Sequence question
Post by: motorollin on May 24, 2009, 08:51:22 PM
Put a semicolon at the beginning of the line and it will be ignored.
Title: Re: Startup Sequence question
Post by: barney on May 24, 2009, 08:55:18 PM
Do I need a space after the semicolon?
Title: Re: Startup Sequence question
Post by: motorollin on May 24, 2009, 08:56:49 PM
You can, but you don't need to.
Title: Re: Startup Sequence question
Post by: barney on May 24, 2009, 09:02:49 PM
Ok that worked.  Thanks.

Barney
Title: Re: Startup Sequence question
Post by: Thomas on May 24, 2009, 09:43:05 PM
You can also put the semicolon into the middle of the line. Everything on the right of the semicolon will be ignored as comment.

For example if you want to disable a parameter but keep it in mind for later reactivation you can do it like this:

setpatch quiet ; skipromupdate "scsi.device"
Title: Re: Startup Sequence question
Post by: kolla on May 24, 2009, 10:00:41 PM
Quote from: barney;456037
Is there a command equivalent to "REM" as used with AUTOEXEC.BAT AND CONFIG.SYS ...


Woah... a time traveler! :laughing: