home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d162 / cli_utilities.lha / CLI_Utilities / Makexe / makexe.doc < prev    next >
Text File  |  1988-10-02  |  2KB  |  57 lines

  1.                                    MAKEXE
  2.  
  3.  
  4. Notice: This software may be freely distributed for non-commercial use
  5.         as long as Authorship is acknowledged.  It is not shareware,
  6.         but contributions are gleefully accepted.
  7.                         W. J. Brownson Jr.
  8.                         7217 Romford Way
  9.                         North Richland Hills, TX, 76180
  10. Contents:
  11.         This File
  12.         MAKEXE  - Program to patch/copy stdexe
  13.         STDEXE  - Shell program which is patched with script-name to execute
  14.         STDINFO - Standard icon (no apologies, a graphic artist I ain't)
  15.  
  16. Makexe is a utility to create small programs and info files to
  17. allow the execution of script files from both workbench and cli.
  18. Use of the program is about as easy as I could design.
  19.  
  20. Makexe is invoked from CLI with "MAKEXE [FILENAME] [SCRIPTFILE]"
  21.  
  22. This will create files called [FILENAME] and [FILENAME.INFO].
  23.  
  24. [FILENAME] will execute the script [SCRIPTFILE].  The new program
  25. may be run from either CLI or WorkBench.  If executed from CLI, it
  26. will accept the same arguments that you would pass to an execute file,
  27. but if run from WorkBench it will NOT ask for arguments (yet).
  28.  
  29. If you don't like the Icons, create your own and rename it to
  30. STDINFO.
  31.  
  32. Being inherently lazy, I would rather type 'asm filename' instead
  33. of 'execute assemble filename'.  These programs evolved from a
  34. simple utility that I created to use for assembling
  35. programs.  I found myself editing and reassembling variations of
  36. the same program time after time for special purposes.
  37.  
  38. Makexe was the answer to that.  It patches a standard program (stdexe)
  39. to create a new small program.
  40.  
  41. With Makexe I can now create the program to assembel a program by:
  42.         makexe asm assemble
  43.  
  44. BUGS:  it will always (so far) work from CLI.  Some programs which
  45.        apparently do not handle output properly will cause the programs
  46.        to lock up.  Test it from Workbench - its the only way to
  47.        find out.
  48.  
  49. FINAL NOTE:
  50.         MAKEXE and STDEXE are written entirely in assembler
  51.         and are very small compared to comperable "C" programs.
  52.         Source is available for $6 to cover cost of disk/postage.
  53.  
  54.                                 W. J. Brownson
  55.                                 Computerized Busness Systems
  56.                                 Ft. Worth, Texas
  57.