home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 552.SETUP.DOC < prev    next >
Text File  |  1993-02-18  |  11KB  |  296 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 README.BAT  or README.EXE  included
  12.  with the  CompuShow program.  At your  DOS prompt,  type "README"  and  press
  13.  carriage return (or ENTER).
  14.  
  15. Installing on a floppy disk
  16. ---------------------------
  17.  
  18.  Install CompuShow  on a  floppy disk  by  copying the  CompuShow files  to  a
  19.  formatted disk (for example, "COPY A:*.* B:" will copy all files from a  disk
  20.  in drive A: to a disk in drive B:).
  21.  
  22. Installing on a hard disk
  23. -------------------------
  24.  
  25.  Install CompuShow on a hard disk by placing the files in a separate hard disk
  26.  sub-directory. For example, to place CompuShow on hard disk drive C:
  27.  
  28.         C:
  29.         MD CSHOW
  30.         CD CSHOW
  31.         COPY A:*.*
  32.  
  33. Compressing CSHOW.EXE 
  34. ---------------------
  35.  
  36.  The CompuShow program(s) have been compressed using PkLite. Do not attempt to
  37.  compress them again using PkLite, LzExe or a similar utility.
  38.  
  39. Executing CompuShow
  40. -------------------
  41.  
  42.  In order to be able  to execute CompuShow "from anywhere"  you can do one  of
  43.  two things:
  44.  
  45.   1) add "C:\CSHOW" to the "PATH" statement in AUTOEXEC.BAT
  46.   2) use a batch file (on the path) to execute CompuShow.
  47.  
  48.  We recommend the  SECOND method, so  create a batch  file in a  sub-directory
  49.  that's already included in the  path statement of AUTOEXEC.BAT. For  example,
  50.  at your DOS prompt, execute the  PATH command without any parameters to  find
  51.  out what the current setting is:
  52.  
  53.         PATH                                    <-- you type this
  54.         PATH=C:\PROGRAMS;C:\BATS;C:\DOS         <-- DOS responds
  55.  
  56.  
  57.  
  58.  
  59.                                                             [SETUP.DOC] Page 1
  60.  Select an appropriate sub-directory (such as C:\BATS) and create a batch file
  61.  to execute CompuShow. (You may also want  to put one or more of the  start-up
  62.  options, listed below, in the batch file):
  63.  
  64.  (DOS version 5 includes a text editor)
  65.         EDIT C:\BATS\CSHOW.BAT
  66.    type in:
  67.         C:\CSHOW\CSHOW %1 %2 %3 %4 %5 %6 %7 %8 %9
  68.    then Alt-F X Y (to exit the edit progam and save the file)
  69.  
  70.  (DOS version 3 and above):
  71.  
  72.         C:
  73.         CD \BATS
  74.         COPY CON CSHOW.BAT
  75.         C:\CSHOW\CSHOW %1 %2 %3 %4 %5 %6 %7 %8 %9^Z
  76.  
  77.  (DOS below version 3):
  78.  
  79.         C:
  80.         CD \BATS
  81.         COPY CON CSHOW.BAT
  82.         C:
  83.         CD \CSHOW
  84.         CSHOW %1 %2 %3 %4 %5 %6 %7 %8 %9^Z
  85.  
  86.  (The ^Z above means hold down the CTRL  key and type Z). The purpose of  "%1"
  87.  through "%9" is to  allow you to pass  command-line arguments to the  program
  88.  through the batch file. Execute "CSHOW" at your DOS prompt and the batch file
  89.  is executed to load CompuShow no matter "where you are".
  90.  
  91.                                 Start-up options
  92.                                 ================
  93.  
  94.  "Command-line switches"  let you  control  graphics video  features,  program
  95.  options, and the way that the program allocates memory for various purposes.
  96.  
  97. 1. In case of problems getting started
  98. --------------------------------------
  99.  
  100.         CompuShow requires at least 325k of available memory (depending on the
  101.         start-up options specified.) If the program displays an  "Insufficient
  102.         memory" message, you need to make more memory available. (Remove  some
  103.         memory-resident programs, for example.)
  104.  
  105.  /L1    Use this switch  if the screen  goes blank when  you start  CompuShow.
  106.         Early Leading Edge "IBM compatible" computers (and other  incompatible
  107.         adapters) would display  black-on-black text when  a program tried  to
  108.         set the text-mode border color.
  109.  
  110.  /T1    Use this switch for  gray on black  text, if you  can't read the  text
  111.         screen in color. Good for LCD screens.
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.                                                             [SETUP.DOC] Page 2
  119.  /A     In the (extremely rare) case where CompuShow can't detect the type  of
  120.         video adapter you have,  you can FORCE it.  In general, you  shouldn't
  121.         need this switch, unless there's a serious problem:
  122.  
  123.           /Ah    Hercules monochrome graphics adapter
  124.           /Ac    CGA
  125.           /Ae    EGA
  126.           /Ab    EGA with monochrome monitor
  127.           /Am    MCGA
  128.           /Av    VGA
  129.  
  130.  /M     Mouse cursor. The  default on  EGA or  VGA adapters  is the  'software
  131.         cursor'. On some adapters,  moving the mouse  may 'scramble' the  text
  132.         screen so badly, that you can't use the software mouse at all. If  the
  133.         software mouse does work, clicking on  the mouse prompt at the  bottom
  134.         of the  screen allows  you to  select a  software mouse  shape or  the
  135.         hardware  (blinking)  cursor.   If  the  characters   on  the   screen
  136.         occasionally become  'corrupted', click  repeatedly to  change to  the
  137.         hardware cursor, which will restore the original characters.
  138.  
  139.           /M0    Disable the mouse entirely.
  140.           /M1    Use the standard hardware mouse.
  141.           /Mn    Use software cursor shape n (2..9) as indicated by /M on  the
  142.                  Shift-F1 box.
  143.  
  144. 2. Graphics features that don't work
  145. ------------------------------------
  146.  
  147.  /H0    Hardware panning on an EGA. If your screen is scrambled in  640x350x16
  148.         mode, use this switch to disable hardware panning.
  149.  
  150.  /C0    Color palette setting for MCGA/VGA. Use this switch to set the palette
  151.         through the BIOS.
  152.  
  153.  /[0    Disable extended 320x400x256 mode
  154.  
  155.  /]0    Disable extended 360x480x256 mode
  156.  
  157. 3. Special graphics modes
  158. -------------------------
  159.  
  160.  /E     Enable a "Super-EGA" 640x480x16 mode
  161.  
  162.           /Ea    Ahead                  (mode 38)
  163.           /Eg    Genoa                  (mode 115)
  164.           /Ep    Paradise               (mode 80)
  165.           /Et    Tseng Labs             (mode 37)
  166.           /Ev    'VGA' (Zenith)         (mode 18)
  167.           /E71   any decimal number as listed in your owners manual
  168.  
  169.  /J1    Enable PCjr (Tandy 1000) 16-color graphics.
  170.  
  171.  /V     Video drivers are described in detail, below.
  172.  
  173.  
  174.  
  175.  
  176.  
  177.                                                             [SETUP.DOC] Page 3
  178. 4. Program options
  179. ------------------
  180.  
  181.  /Bx    Buffer size, where x is S, M, or  L for a Small (2k), Medium (32k)  or
  182.         Large (62k) file read buffer.
  183.  
  184.  /D0    Turns dithering off
  185.  
  186.  /F     Specifies the maximum number of files  (from 0 to 9999, default  120).
  187.         If you have a sub-directory with 1500 files, use /F1500.
  188.  
  189.  /G0    Turns off display of GIF comments.
  190.  
  191.  /Q1    Turns on Quiet mode, so that the program doesn't make any sounds.
  192.  
  193.  /R     Rescaling
  194.  
  195.           /R0    Original size, don't rescale anything.
  196.           /R1    Rescale most, except for 2-color images.
  197.           /R2    Rescale all images to fit the screen.
  198.  
  199.  /U1    Turns on correction for gamma 1.0 true color graphics.
  200.  
  201.  /X     Specifies the  maximum amount  of XMS  or EMS  memory in  K-bytes.  By
  202.         default, CompuShow  takes up  to 1280k  of EMS  memory. If  no EMS  is
  203.         available, it takes  up to 1280k  of XMS. You  can specify any  amount
  204.         from 1k to 30000k (30meg).
  205.  
  206.           /X2000e  use 2000k of Ems
  207.           /X800x   use 800k of Xms
  208.  
  209. Options and memory
  210. ------------------
  211.  
  212.  In CompuShow, hold down a shift key and press F1 or right-click F1help to pop
  213.  up the Program Information  box, which identifies the  amount of memory  used
  214.  for various purposes. This information is important for several reasons:
  215.  
  216.   - The size of the "virtual screen" determines whether (and how much) you can
  217.     pan images larger  than the screen,  and can affect  the operation of  the
  218.     restore-to-previous function and transparency.
  219.  
  220.     The (default) small read buffer (/B option) provides the most memory for a
  221.     large virtual screen.
  222.  
  223.     Turning on PCjr graphics (/J1) takes 32k away from the virtual screen.
  224.  
  225.   - If you have a lot of files in a directory, and the program needs memory to
  226.     pop up a box,  it will have  to "abandon" the sorted  file list. The  '/F'
  227.     option lets you reserve memory for a  directory of up to 9999 files.  Keep
  228.     in mind that reserving memory for a large directory leaves less memory for
  229.     the virtual screen.
  230.  
  231.  If CompuShow uses EMS or XMS memory for the virtual screen, the /B, /J and /F
  232.  switches have no effect on the size of the virtual screen.
  233.  
  234.  
  235.  
  236.                                                             [SETUP.DOC] Page 4
  237. Selecting a Video Driver 
  238. ------------------------
  239.  
  240.  Remember that all standard graphics modes  are 'built in' to the program.  If
  241.  your graphics adapter doesn't  go beyond the standard  modes, then you  DON'T
  242.  NEED a video driver.
  243.  
  244.  DRIVERS.DOC includes a complete, up-to-date list of all video drivers.
  245.  
  246.   - If you have  a CGA,  Plantronics, AT&T  DEB, or  similar (older,  non-VGA)
  247.     graphics adapter, just select the appropriate video driver.
  248.  
  249.   - If you know you have a specific Super-VGA, pick that driver.
  250.  
  251.   - If you're  not sure  whether you  have a  Super-VGA or  what kind  it  is,
  252.     execute the WHICHDRV  program. If WhichDrv  doesn't identify a  Super-VGA,
  253.     then you probably don't have one (and don't need a video driver).
  254.  
  255.  The "/v" command-line switch  tells the program to  load a video driver.  For
  256.  example, DRIVERS.DOC says V2=VESA BIOS Extensions.
  257.  
  258.         CShow /vV2
  259.  
  260.  loads that video driver. Select  a graphic file and  press enter to bring  up
  261.  the Graphics Information Box. Up to  fifteen video driver modes are  assigned
  262.  the letters K through Y. Test each mode  by pressing a key and keep track  of
  263.  the modes  which work.  (If the  text  screen just  changes color,  the  mode
  264.  doesn't work. If none of  the video driver modes  work, this driver won't  do
  265.  you any good.) Assuming, for  example, that modes K, L,  M, and N work,  exit
  266.  CompuShow, return to DOS, and do:
  267.  
  268.         SETUP V2 KLMN
  269.  
  270.  This will set up the  video driver to be  loaded automatically (so don't  use
  271.  the /v command) and also tells CompuShow  which modes work, so it can  select
  272.  one of those modes as the best mode for display when you press the spacebar.
  273.  
  274.                                  Erasing Files
  275.                                  =============
  276.  
  277.  If your hard disk is crowded, and  you need to erase unnecessary files  after
  278.  you've printed the documentation and completed the setup:
  279.  
  280.   - Execute CSHOW with all the original files present (to create CSHOW.DAT)
  281.   - We recommend that you keep a 'backup copy' of all the original files on  a
  282.     floppy disk
  283.   - Erase any files that you no longer  need on your hard disk. As a  minimum,
  284.     you'll have THREE files: CSHOW.EXE CSHOW.DAT FONTS.DRV
  285.     If you selected a video driver, you'll also have: VIDEO.DRV VIDEO.DAT
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.                                                             [SETUP.DOC] Page 5
  296.