home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / c / aws.doc < prev    next >
Text File  |  1995-02-27  |  2KB  |  76 lines

  1.  
  2. DESCRIPTION:
  3.  
  4. This  utility  opens  Windows  like  screen during boot and shows some
  5. information  about  your  machine:   CPU,  FPU,  GFX Chips, Kickstart,
  6. memory,  current time and date.  You can change palette from 7 presets
  7. and select hour system if you want.
  8.  
  9.  
  10. SYNTAX:
  11.  
  12.  OpenScr [-options]
  13.  
  14.    -a       : alternative font
  15.               better for interlace if you haven't ficker fixer
  16.    -h<12|24>: selects 12 or 24 hour system, default: 24
  17.    -p<0-7>  : selects 7 palette presets (0-random), default: 1
  18.    -?       : help
  19.  
  20.  
  21. HOW TO USE:
  22.  
  23. To activate AWS add 2 lines in your startup-sequence:
  24.  
  25. OpenScr -p2 -a      (after SetPatch)
  26. CloseScr            (between LoadWB and EndCLI)
  27.  
  28. AWS  works  only under OS2.x and 3.x+, doesn't require any library but
  29. may crash if you put OpenScr before SetPatch.
  30. AWS  can  use  only  default  monitor  because  no  more  monitors are
  31. available in early startup.
  32. Now  OpenScr  is  crunched  by  Imploder  4.0.   Before  that  I  used
  33. Crunchmania  1.9t.  This packer has fastest depacker on my Amiga 4030,
  34. but  on some A1200s hangs up.  I you want better pack ratio and depack
  35. speed unpack OpenScr and recrunch it, but i don't warrant it'll work.
  36.  
  37.  
  38. AUTHORS:
  39.  
  40. AWS  was  written  in Devpac assembler by Paul "CBM80" Hernik, gfx was
  41. drawn by Adam "Gunman" Bakalarz.  All comments or bug reports send to:
  42.  
  43.   Paul Hernik
  44.   Nowowiejska 24/3
  45.   25-532 Kielce
  46.   POLAND
  47.   tel. (041)27012
  48.  
  49. or via Internet:
  50.  
  51.   spi-wp@srv1.tu.kielce.pl  (this is my friend's address because i haven't
  52.                              my own yet)
  53.  
  54.  
  55. DISTRIBUTION:
  56.  
  57. AWS  is  FREEWARE.   You  may use and copy this program freely but all
  58. files must be copied in an unmodified state preferably in LhA archive.
  59.  
  60.  
  61. HISTORY:
  62.  
  63. 1.0  - simple Windows like screen
  64. 1.1  - added simple information about your Amiga
  65. 1.2  - changed gfx (now by Gunman) and added some more infos
  66. 1.3  - added parameters, first official release  (20 Jul 94)
  67. 1.3a - changed screen opening and cruncher (13 Sep 94)
  68.  
  69.  
  70. TODO:
  71.  
  72. - VGA monitor support
  73. - Retina version (without RetinaEmu)
  74. - maybe more infos
  75.  
  76.