home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / sysutil / pcc.doc < prev    next >
Text File  |  1994-03-07  |  1KB  |  38 lines

  1. Setting up PC-Choices
  2.  
  3.     Copy pcc.zip to the PC, say to the root directory on the C drive (c:\).
  4.     You should have an UNZIP utility that unpacks ZIP archives.  (Contact
  5.     lup@cs.uiuc.edu if you don't.)  Unpack pcc.zip with your UNZIP utility
  6.     like this:
  7.  
  8.         unzip -d pcc.zip
  9.  
  10.     (Note: Some old versions of PKUNZIP are buggy and will complain about
  11.     about CRC errors when there are really none.  Use the newest version of
  12.     PKUNZIP or use Info-ZIP's UNZIP instead.)
  13.  
  14.     The directories pcc, pcc\bin and pcc\cbin and their files will be
  15.     unpacked in the current directory.  Delete pcc.zip.  (If a previous
  16.     version of PC-Choices is already installed on your machine, UNZIP
  17.     will ask you whether it should overwrite the files; just say "yes".)
  18.  
  19.     We now have to edit pcc\bin\profile to tell the command shell
  20.     (Chocs) where to look for the Choices application binaries.  Edit
  21.     pcc\bin\profile and you will see this:
  22.  
  23.         PATH=d:/pcc/cbin
  24.  
  25.     Change it so that it references the correct directory.  For example,
  26.     if you unpacked the PC-Choices package in c:\, you should change
  27.     the line above to:
  28.  
  29.         PATH=c:/pcc/cbin
  30.  
  31.     If your PC is an IBM PS/2, PS/55 or something similar, edit
  32.     c:\pcc\bin\config, change "PS2Keyboard = no" to "PS2Keyboard = yes",
  33.     and change "PS2Timer = no" to "PS2Timer = yes".
  34.  
  35.     PC-Choices is now ready to be used.  See the file pcc\doc\pccdoc2
  36.     for instructions.
  37.  
  38.