home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0941.lha / FlipPrefs / FPrefs.doc < prev    next >
Text File  |  1993-12-20  |  1KB  |  47 lines

  1. FlipPrefs V1.0 - actual version - FREEWARE by THORSTEN STOCKSMEIER
  2.  
  3. This program activates new preferences. Yes, those files in DEVS called
  4. system-configuration! Of course you may hold more than one config (with
  5. other names, of course!) in DEVS. (s.b.)
  6. Usage is: FPrefs <config>
  7.  
  8. Now you ask why I programmed FPrefs??!  Well, I seen a similar program on
  9. a professional game disk. But it was 3000 Bytes long! That was too long for
  10. me! I needed a short program.
  11.  
  12. Now I want to say an example:
  13.  
  14. For example you have two Kickstarts in your Amiga. You want to have other
  15. colors at KS1.3 than on KS2.0, so you can write a sequence like that:
  16.  
  17. ---
  18.  
  19. TESTKICK >NIL:  ; I mean another program but can't imagine it's name!!!
  20.  
  21. if warn                        ; Yes, KS2.04
  22.  FPrefs SYS:DEVS/KS20.config
  23.  echo "KS2.0 configs set!"
  24. else                            ; We've no KS2.04
  25.  FPREFS SYS:DEVS/KS13.config
  26.  echo "Usual configs set!"
  27. endif
  28.  
  29. ---
  30.  
  31. Also it may be you just have changed disks and want to watch the wonderful
  32. icons in the colors you always do. Imagine that icons are on DF1: and there
  33. is a prefs-file in DEVS! That must be ...
  34.  
  35. FPrefs DF1:DEVS/System-Configuration
  36.  
  37. That's all!
  38.  
  39. To contact me, give any suggestions or some cash (Yes!!) write to
  40.  
  41.  
  42.         THORSTEN STOCKSMEIER
  43.         LEMGOER STRA▀E 19
  44.         32657 Lemgo
  45.         GERMANY                               
  46.                                           Bye!
  47.