home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GR / GR016.ZIP / BBS / CSHOWA.EXE / lha / SETUP.DOC < prev    next >
Text File  |  1991-06-01  |  7KB  |  178 lines

  1.                              Installing CompuShow
  2.                              ====================
  3.  
  4.  If you received CompuShow on a floppy disk, install it as described below and
  5.  set the original floppy aside (don't run ANY SOFTWARE on an original "master
  6.  disk"; install it on a hard disk or a "working copy floppy disk", first.) If
  7.  you downloaded CompuShow using a modem, copy the downloaded file to a backup
  8.  floppy before proceeding.
  9.  
  10.  After installing CompuShow, we recommend that you print all the documentation
  11.  on your printer. You should either have PRINTDOC.BAT or README.EXE included
  12.  with the CompuShow program. Either execute PRINTDOC to copy all the
  13.  documentation to your printer or execute README, select each document in turn
  14.  and press [F2] to print it.
  15.  
  16. Installing on a floppy disk
  17. ---------------------------
  18.  
  19.  Install CompuShow on a floppy disk by copying the CompuShow files to a
  20.  formatted disk. For example, "COPY A:*.* B:" will copy all files from a disk
  21.  in drive A: to a disk in drive B:. Once you've started CompuShow, you can
  22.  remove the program disk in order to mount other disks containing graphics
  23.  (and press Alt-A or Alt-B to display the file directory of a new disk in
  24.  drive A: or B:).
  25.  
  26. Installing on a hard disk
  27. -------------------------
  28.  
  29.  Install CompuShow on a hard disk by placing the files in a separate hard disk
  30.  sub-directory. For example, to place CompuShow on hard disk drive C:
  31.  
  32.         C:
  33.         MD CSHOW
  34.         CD CSHOW
  35.         COPY A:*.*
  36.  
  37.  In order to be able to execute CompuShow "from anywhere" (even when you're
  38.  not logged to the CSHOW sub-directory on drive C:), you can do one of two
  39.  things:
  40.  
  41.   1) add "C:\CSHOW" to the "PATH" statement in AUTOEXEC.BAT
  42.   2) use a batch file (on the path) to execute CompuShow.
  43.  
  44.  We recommend the SECOND method, so create a batch file in a sub-directory
  45.  that's already included in the path statement of AUTOEXEC.BAT. For example,
  46.  at your DOS prompt, execute the PATH command without any parameters to find
  47.  out what the current setting is:
  48.  
  49.         PATH                                    <-- you type this
  50.         PATH=C:\PROGRAMS;C:\BATS;C:\DOS         <-- DOS responds
  51.  
  52.  (If the PATH command indicates that you don't have a PATH set, you really
  53.  should check your DOS manual to read about the advantages of setting a path
  54.  in AUTOEXEC.BAT). Select an appropriate sub-directory (such as C:\BATS) and
  55.  create a batch file to execute CompuShow:
  56.  
  57.  
  58.  
  59.                                                             [SETUP.DOC] Page 1
  60.  (DOS version 3 and above):
  61.  
  62.         C:
  63.         CD \BATS
  64.         COPY CON CSHOW.BAT
  65.         C:\CSHOW\CSHOW %1 %2 %3 %4 %5 %6 %7 %8 %9^Z
  66.  
  67.  (DOS below version 3):
  68.  
  69.         C:
  70.         CD \BATS
  71.         COPY CON CSHOW.BAT
  72.         C:
  73.         CD \CSHOW
  74.         CSHOW %1 %2 %3 %4 %5 %6 %7 %8 %9^Z
  75.  
  76.  (The ^Z above means hold down the CTRL key and type Z). The purpose of "%1"
  77.  through "%9" is to allow you to pass command-line arguments to the program
  78.  through the batch file. Execute "CSHOW" at your DOS prompt and the batch file
  79.  is executed to load CompuShow no matter "where you are".
  80.  
  81. Compressing CSHOW.EXE
  82. ---------------------
  83.  
  84.  The CompuShow program(s) have been compressed using PkLite. Do not attempt to
  85.  compress them again using PkLite, LzExe or a similar utility.
  86.  
  87.                              Configuring CompuShow
  88.                              =====================
  89. Selecting a Video Driver
  90. ------------------------
  91.  
  92.  CompuShow uses "video drivers" to support extended graphics modes on a wide
  93.  variety of video hardware. The video drivers are included as separate disk
  94.  files, named "videoP1.drv", "videoI4.drv", etc.
  95.  
  96.  +--------------------------------------------------------------------------+
  97.  | FOR A COMPLETE, UP-TO-DATE LISTING OF THE VIDEO DRIVERS, SEE DRIVERS.DOC |
  98.  +--------------------------------------------------------------------------+
  99.  
  100.  The "+S"  command-line switch  tells the  program to  load a  specific  video
  101.  driver, for example:
  102.  
  103.                 >CShow +sP1
  104.  
  105.  loads the "P1" video driver ("videoP1.drv").  With a video driver loaded,  up
  106.  to seven additional modes (S..Y) are available. Keep in mind that some of the
  107.  video driver modes may not work on  your adapter and monitor. For example,  a
  108.  (true, not simulated) 640x480x256-color display  requires 512k of video  RAM.
  109.  Similarly, a  1024x768x256 display  requires  1meg of  video RAM.  Some  high
  110.  resolution modes may be beyond the capabilities of your monitor, even  though
  111.  the video adapter supports them.
  112.  
  113.  If you press a key (S..Y) and the screen stays in text mode (perhaps changing
  114.  colors), then that mode  isn't supported on your  adapter. If the same  thing
  115.  happens on ALL the video driver modes,  then you either have the wrong  video
  116.  driver  loaded,  or   your  adapter   just  doesn't   have  any   "Super-VGA"
  117.  
  118.                                                             [SETUP.DOC] Page 2
  119.  capabilities. (VGA adapters that  are built-in to a  system board or  bundled
  120.  with a  computer  are  often "low-end"  [cheap]  adapters  without  Super-VGA
  121.  capabilities.)
  122.  
  123.  Once you've identified the correct video driver for your system, you can  set
  124.  it up to be loaded automatically whenever the program is started:
  125.  
  126.                 >copy videoP1.drv video.drv
  127.                 >CShow
  128.  
  129.  With no "+S" switch specified, the program will load file "VIDEO.DRV".
  130.  
  131.  CompuShow doesn't consider video driver modes when selecting the best mode to
  132.  display a graphic with the space bar,  unless you tell it which video  driver
  133.  modes work on your adapter and monitor.
  134.  
  135.  For example, assume that modes S, T, U, V, W and X work on your VGA, but your
  136.  monitor can't quite handle mode X.  Also, mode U is a simulated  640x480x256,
  137.  where mode V is the preferred  (true) 640x480x256 mode. To tell CompuShow  to
  138.  use modes S,  T, V, and  W, create a  text (ASCII) file  with the  characters
  139.  "STVW". The name  of the  file corresponds to  the video  driver that  you're
  140.  using: VIDEO.DAT for VIDEO.DRV, or VIDEOP1.DAT for VIDEOP1.DRV (if you  start
  141.  the program using "CSHOW +SP1"). At your DOS prompt:
  142.  
  143.         COPY CON VIDEO.DAT
  144.         STVW^Z
  145.  
  146.  (^Z means hold down the CTRL key and type Z.)
  147.  
  148. "Cleaning up" Afterwards
  149. ------------------------
  150.  
  151.  The CompuShow  "package" includes  the  program, documentation  files,  video
  152.  drivers, etc. When CompuShow starts, it checks to see that all its files  are
  153.  present and displays  a "missing  files" message for  15 seconds  if any  are
  154.  missing. If you have  a copy of  the original disk  or archive including  all
  155.  these files, you don't  need to keep  them on your  "working floppy" or  hard
  156.  disk:
  157.  
  158.   - Install  CompuShow  to  a  "working   copy  floppy  disk"  or  hard   disk
  159.     sub-directory, as described above.
  160.   - Execute CSHOW. With all files present, it will create CSHOW.DAT
  161.   - Execute CSHOWDEL  to  delete  the documentation  and  video  drivers  (and
  162.     CSHOWDEL.BAT, so a "batch file missing" message is normal.)
  163.  
  164.  Please remember that you MUST INCLUDE ALL FILES when you pass CompuShow on to
  165.  a friend, or post it on a BBS.
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.                                                             [SETUP.DOC] Page 3
  178.