home *** CD-ROM | disk | FTP | other *** search
- FlipPrefs V1.0 - actual version - FREEWARE by THORSTEN STOCKSMEIER
-
- This program activates new preferences. Yes, those files in DEVS called
- system-configuration! Of course you may hold more than one config (with
- other names, of course!) in DEVS. (s.b.)
- Usage is: FPrefs <config>
-
- Now you ask why I programmed FPrefs??! Well, I seen a similar program on
- a professional game disk. But it was 3000 Bytes long! That was too long for
- me! I needed a short program.
-
- Now I want to say an example:
-
- For example you have two Kickstarts in your Amiga. You want to have other
- colors at KS1.3 than on KS2.0, so you can write a sequence like that:
-
- ---
-
- TESTKICK >NIL: ; I mean another program but can't imagine it's name!!!
-
- if warn ; Yes, KS2.04
- FPrefs SYS:DEVS/KS20.config
- echo "KS2.0 configs set!"
- else ; We've no KS2.04
- FPREFS SYS:DEVS/KS13.config
- echo "Usual configs set!"
- endif
-
- ---
-
- Also it may be you just have changed disks and want to watch the wonderful
- icons in the colors you always do. Imagine that icons are on DF1: and there
- is a prefs-file in DEVS! That must be ...
-
- FPrefs DF1:DEVS/System-Configuration
-
- That's all!
-
- To contact me, give any suggestions or some cash (Yes!!) write to
-
-
- THORSTEN STOCKSMEIER
- LEMGOER STRAßE 19
- 32657 Lemgo
- GERMANY
- Bye!
-