home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 3 / MA_Cover_3.iso / www / ctools / www.ctools.pp.se / ftp / sdepth11.lha / ScreenDepth.doc next >
Encoding:
Text File  |  1997-11-22  |  3.0 KB  |  84 lines

  1.  
  2.     ScreenDepth version 1.1 for AMIGA
  3.     ScreenDepth © 1993-1997, Bahman Moallem
  4.     ScreenDepth.doc Copyright © 1996-1997, Bahman Moallem 
  5.     All Rights Reserved Worldwide
  6.  
  7.  
  8.     DISCLAIMER
  9.     -----------------------------------------------------------------------
  10.     THE AUTHOR OF THIS PROGRAM IS NOT RESPONSIBLE FOR ANY LOSS OF DATA,
  11.     DAMAGES TO SOFTWARE OR HARDWARE THAT MAY RESULT DIRECTLY OR INDIRECTLY
  12.     FROM THE USE OF THIS PROGRAM. USE THIS SOFTWARE AT YOUR OWN RISK.
  13.  
  14.  
  15.     COPYING
  16.     -----------------------------------------------------------------------
  17.     ScreenDepth IS NOT PUBLIC DOMAIN, NOT SHAREWARE BUT IS FREEWARE (FREELY
  18.     DISTRIBUTABLE). IT CAN BE COPIED BY ANYONE AS LONG AS THE FOLLOWING
  19.     FILES ACCOMPANIES THE ScreenDepth PACKAGE AND ALL COPYRIGHT NOTICES ARE
  20.     LEFT INTACT AND UNCHANGED.
  21.  
  22.     IF YOU WANT TO USE THIS PROGRAM FOR COMMERCIAL PURPOSES PLEASE WRITE
  23.     FOR PERMISSION!
  24.  
  25.  
  26.     Requirements
  27.     -----------------------------------------------------------------------
  28.     ScreenDepth requires AmigaOS 3.x or better.
  29.  
  30.  
  31.     Introduction and program description
  32.     -----------------------------------------------------------------------
  33.     Back in 1993, a friend of mine who had just bought an AGA Amiga asked
  34.     me to write a program that he could use to determine the numbers of
  35.     colors of the WB screen in startup-files. He simply wanted to automate
  36.     the proccess of starting some programs if the depth of the WB screen
  37.     was 6 (64 colors).
  38.  
  39.     Being a helpful friend, I wrote ScreenDepth for him. ScreenDepth is
  40.     basically a simple program with a simple CLI interface that outputs
  41.     the numbers of colors or the depth of the asked screen. The outputed
  42.     result can be used in script files.
  43.  
  44.  
  45.     Usage
  46.     -----------------------------------------------------------------------
  47.     TEMPLATE: SCREEN/K,DEPTH/S/,COLORS/S
  48.  
  49.     SCREEN: Name of the screen that the porgram should query. If omitted
  50.             the default public screen will be used.
  51.  
  52.     DEPTH:  (default option), ScreenDepth outputs the depth of the screen.
  53.     COLORS: ScreenDepth outputs the numbers of colors of the screen.
  54.  
  55.     Examples:
  56.  
  57.     ScreenDepth
  58.     ScreenDepth outputs the depth of the default public screen.
  59.  
  60.     ScreenDepth COLORS
  61.     ScreenDepth outputs numbers of colors of the the default public screen.
  62.  
  63.     ScreenDepth SCREEN "This is a screen" COLORS
  64.     ScreenDepth outputs numbers of colors of the screen "This is a screen".
  65.  
  66.  
  67.     History:
  68.     -----------------------------------------------------------------------
  69.     Version 1.1     Now requires AmigaOS 39 or better.
  70.  
  71.     Version 1.0     First release to the public.
  72.  
  73.  
  74.     Copyright notices
  75.     -----------------------------------------------------------------------
  76.     This document is Copyright 1993-1997 Bahman Moallem .
  77.     All program names mentioned in this document are either Copyright or
  78.     Trademark of respective owner(s).
  79.  
  80.  
  81.     Special thanks to
  82.     -----------------------------------------------------------------------
  83.     - Stefan Nilsson for beta-testing
  84.