home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / CEXPRESS.ZIP / READ_ME < prev    next >
Text File  |  1990-09-16  |  3KB  |  83 lines

  1.                    HOW TO UNCOMPRESS THE SOURCE CODE FILES
  2.  
  3.     The assembly language source files have been compressed into eight
  4. large files, one for each chapter, named SYSTEM.ASM, BITS.ASM, STRINGS.ASM, and
  5. so on.  The compression utility is a shareware program called PKARC, and the
  6. uncompression utility, PKXARC.  Below you'll find the documentation that
  7. accompanies the utilities, along with the maker's address for those who wish
  8. to apply the utilities to some other end.
  9.  
  10.     The assembly language source files use the same names as their .OBJ
  11. counterparts.  To extract the source code for DRAWBOX.OBJ, which is listed in
  12. the GRAPHICS chapter, just enter:
  13.  
  14.         PKXARC  GRAPHIC.ASM  DRAWBOX.ASM
  15.  
  16. To specify a subdirectory for the input file, use a DOS path:
  17.  
  18.         PKXARC  \C\CEXPRESS\GRAPHIC.ASM  DRAWBOX.ASM
  19.  
  20. However, for the output file you must specify the DOS path separately, after
  21. naming the file:
  22.  
  23.         PKXARC  GRAPHIC.ASM  DRAWBOX.ASM  \C\CEXPRESS
  24.  
  25. Wild cards are accepted:
  26.  
  27.         PKXARC  GRAPHIC.ASM  BOX*.ASM
  28.  
  29. All files are extracted when no output file name is given.  To unload all
  30. source files for the GRAPHICS chapter, moving them to a subdirectory on your
  31. hard disk:
  32.  
  33.         PKXARC  GRAPHIC.ASM  C:\C\CEXPRESS\FILES
  34.  
  35.  
  36. ----------------------------------------------------------------------------
  37.  
  38.  
  39.          DOCUMENTATION ACCOMPANYING THE SHAREWARE PROGRAM - PKARC -
  40.  
  41.  
  42. PKARC     FAST!    Archive Create/Update Utility    Version 3.5  04-27-87
  43. Copyright (c) 1986,1987 PKWARE Inc. All Rights Reserved.  PKARC/h for help
  44.  
  45. Usage: PKARC [-oct,-nct] options[g[<passwrd>] archive [filename...]
  46. Options are: 
  47.   a = add files to archive          d = delete files from archive
  48.   f = freshen files in archive      m = move files to archive
  49.   u = update files in archive       v = verbose listing of archive
  50.   l = display software license      c = add/update file commends   
  51.   x = add archive comment           oct,nct = old/new compatibility:
  52.   g = encrypt w/password              c = compression, t=timestamping
  53. The A, F, M and U options can be followed by a C and/or X to cause
  54. prompting for the file comments and/or the archive comment.  The V
  55. option can be followed by a C for a verbose listing with file comments.
  56.  
  57. PKXARC    FAST!   Archive Extract Utility      Version 3.5    04-27-87
  58. Copyright (c) 1986,1987 PKWARE Inc.  All Rights Reserved. PKXARC/h for help
  59.  
  60. Extracts files from an archive to their original name, size, time, & date.
  61.  
  62. Usage: PKXARC [options] archive [d:path\] [file...]
  63. Options are:
  64.    -r = replace existing files       -v = verbose listing of archive(s)
  65.    -c = extract file(s) to screen    -p = extract file(s) to printer
  66.    -t = test archive integrity       -l = display software license
  67. -e,-x = extract file(s)       -g<password> = extract garbled file w/password
  68. archive  Archive file name, wildcards *,? ok.  Default extension is .ARC
  69. d:path\  Output drive and /or path.
  70. file     Name(s) of files to extract.  Wildcards *,? ok.  Default is ALL files.
  71.  
  72. If you find PKARC fast, easy, and convenient to use, a contribution of $20
  73. would be appreciated.  With each contribution of $45 or more you will be
  74. registered to receive a diskette with the next version of PKARC, PKXARC &
  75. PKSFX when available.  Please state the current version of the software which
  76. you have.  Send contributions to:
  77.  
  78.                     PKWARE, Inc.
  79.                     7032 Ardara Avenue
  80.                     Glendale, WI  53209
  81.  
  82.  
  83.