home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / MAKESP.ZIP / MAKESP.DOC < prev   
Text File  |  1992-10-28  |  4KB  |  104 lines

  1.  
  2.     Documentation for MAKESP - the OS/2 2.0 Service Pack Diskette Maker
  3.  |  (Updated 28 Oct, 1992 for the XR06055 service pack)
  4.  
  5.     This utility is a "user friendly" utility that turns the .DSK service
  6.     pack images into diskettes.  It will either create a full set of
  7.     diskettes, or a single diskette, and it handles both 5.25" and 3.5"
  8.     disks.
  9.  
  10.     I hope this utility will make it easier to set-up machines that create
  11.     Service Pack diskettes.  Imagine walking into an IBM dealer, buying
  12.     blank diskettes, and then walking up to a machine running this utility
  13.     and making your own Service Pack!  It beats waiting for the disks to
  14.     come in the mail!
  15.  
  16.     This utility requires OS/2, LOADDSKF, the Service Pack diskettes, and
  17.     Richard Lam's VREXX program (a real sweet utility!).  Once you have all
  18.     those pieces, you're ready to make diskettes.
  19.  
  20.     SETUP:
  21.  
  22.     Copy the VREXX files (VREXX.EXE and the 2 .DLLs) to your hard disk.
  23.     Make sure the DLLs are in a subdir specified in LIBPATH.  If "." is in
  24.     your LIBPATH, everything can go in one subdir.
  25.  
  26.     Copy the service pack diskettes into this subdir.  The names MUST be as
  27.     follows:
  28.  
  29.  |       SPG301.DSK - SP314.DSK  (for 3.5" diskette images)
  30.  |       SPG501.DSK - SP516.DSK  (for 5.25" diskette images)
  31.  
  32.     If you only only have one size, this util will still work.
  33.  
  34.     Lastly, copy the MAKESP.CMD file to the same subdirectory.
  35.  
  36.     If you'd like the program to start from a WPS object, drag a program
  37.     template to your desktop, set the NAME to MAKESP.CMD, the default
  38.     directory to wherever the .DSK images are, and set the parameters as
  39.     follows:
  40.  
  41.     MAKESP trusts you to tell it what size diskette drives you have.  It
  42.     supports drives A: and B:, and both 3.5" and 5.25" drives.  The
  43.     parameters for MAKESP are simply the size (either 3.5 or 5.25) of your
  44.     A: and B: drive.  Ex:
  45.  
  46.     start MAKESP with:
  47.  
  48.     MAKESP 3.5                  If you have a single 3.5" A: drive
  49.     MAKESP 5.25 3.5             If you have a 5.25" A: and a 3.5" B: drive
  50.     MAKESP 3.5 3.5              If you have 2 3.5" drives.
  51.  
  52.     If you're starting MAKESP from a WPS object, just put the parameters
  53.     (not MAKESP) on the PARAMETER line of the object.
  54.  
  55.     NOTE: MAKESP Will ignore invalid settings for B:, but it will refuse to
  56.     work if you specify an invalid setting for A:.
  57.  
  58.  
  59.     RUNNING THE PROGRAM:
  60.  
  61.     Once you specify the proper parameters, start up MAKESP and watch the
  62.     show.  The first thing you'll see is a dialog box with radio buttons
  63.     for selecting what you want to make (either full set or single
  64.     diskette).  If you CANCEL from here, you'll get a boring "about box"
  65.     and MAKESP will go away.  If you select OK, you'll be asked if you want
  66.     to FORMAT before creating the diskettes (if you have pre-formatted
  67.     diskettes, say NO, and save some time!).
  68.  
  69.     When creating each disk, MAKESP will show you what you should label the
  70.     disk, and give you a chance to insert the diskette.  It will then
  71.     create the diskette from image, giving you a status message box (in
  72.     case you don't want to watch the LOADDSKF message on your screen).
  73.     When the requested operation (either a single disk or an entire set) is
  74.     complete, you'll be returned to the initial selection box.  Since this
  75.     program was designed for an automated, "walk-up" service pack maker,
  76.     you don't have to re-start the program between runs.  When you've had
  77.     enough, just select CANCEL and MAKESP will go away.
  78.  
  79.  
  80.     DISCLAIMERS:
  81.  
  82.     I wrote this program in one evening, and tested it once.  It probably
  83.     works, but I make no promises.  It was fun writing, I hope it is fun to
  84.     use, and will also encourage you to try out VREXX, and spruce up your
  85.     own REXX programs.
  86.  
  87.     I hope everyone tries to set up a "service pack maker" machine, to
  88.     reduce the number of downloads and diskette orders for the service
  89.     pack.  To that end, use this package - if you feel like making mods or
  90.     fixing bugs, be my guest.
  91.  
  92.     QUESTIONS:
  93.  
  94.     If you have questions or comments, you can reach me at:
  95.  
  96.     Compuserve: 72360, 3555
  97.     Internet: azzarito@cse.fau.edu
  98.     Prodigy: HRTH52A
  99.     Or my BBS, 407-487-3441.
  100.  
  101.     Enjoy!
  102.     Doug Azzarito
  103.     "The OS/2 Guy"
  104.