home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 02192 / pksfx.doc < prev    next >
Text File  |  1987-04-27  |  2KB  |  43 lines

  1. PKSFX Self-Extract Utility
  2. --------------------------
  3.  
  4. PKSFX is a program which allows you to create your own 
  5. self-extracting EXE files.  Unlike other self-extracting programs, 
  6. PKSFX does not require that the filename of the EXE file be 
  7. manually entered by the user when run, or for the filename to be 
  8. hardcoded into the executable file.  This flexibility allows PKSFX 
  9. self-extracting files to be used in automated batch procedures and 
  10. to be renamed at any time.
  11.  
  12. To create a self-extracting EXE file, follow these steps:
  13.  
  14. 1) Use PKARC to create the archive with the desired files in it.
  15. 2) Copy the archive file to the end of the file PKSFX.PGM as follows:
  16.  
  17.     copy/b pksfx.pgm + archive.arc  file.exe
  18.     
  19.   where archive.arc is the full archive name created in step 1.
  20.   file.exe is the name of the file you want to be self extracting, and
  21.   must have an extension of .EXE.
  22.  
  23. PKSFX supports all of the options that PKXARC does, except for the 
  24. 'v' verbose list option.  Consult the file PKXARC.DOC for more 
  25. information about PKXARC.  In addition, PKSFX should only used with 
  26. archives created by SEA's ARC version 5.0 or later or any version 
  27. of PKARC.  Archives created by versions of ARC before 5.0 will not 
  28. extract properly.
  29.  
  30.  
  31.  
  32. MAKESFX
  33. -------
  34.  
  35. MAKESFX.COM will create the file PKSFX.PGM as shown above.  The
  36. file PKX35A35.EXE must be in the current directory in order to
  37. run MAKESFX.COM.  Enter
  38.  
  39. MAKESFX
  40.  
  41. at the DOS prompt, and follow the instructions displayed by MAKESFX.
  42.  
  43.