home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 408.lha / makexe / MakEXE-Doc < prev    next >
Text File  |  1990-09-02  |  4KB  |  84 lines

  1. ****************************Doc's House Review******************************
  2.  
  3.      The following notes are VERY IMPORTANT to using this program.
  4.  
  5.      1.  All three files (makexe, stdexe, and stdinfo) must be in your
  6.          root of the device.  The device can be any valid device such
  7.          as ram:, dh0:, df0:......but the files must be in the root!!!
  8.      2.  You can make any program you can imagine....copy things to the
  9.          printer, delete entire directories, rename files, move files,
  10.          or anything else you can imagine.
  11.  
  12.          For those that wonder how the BBS does some of the external
  13. automatic functions.........this is one of the sneaky little utilities than
  14. is responsible!!!!  One such file is the one that deletes bad uploads and
  15. corrects your account history.
  16.          I also have another I use to do a lot of printing that I can just
  17. stick in a directory and tell it to print everything in the directory while
  18. I am away.
  19.  
  20.          Have fun with this one  8-)        Doc
  21.  
  22.                                        Doc's House BBS  (614) 855-3114
  23.                                        24Hr  200Meg  HST 2400 - 19,200
  24.  
  25.  
  26. ============================================================================
  27.  
  28.                                    MAKEXE
  29.  
  30.  
  31. Notice: This software may be freely distributed for non-commercial use
  32.         as long as Authorship is acknowledged.  It is not shareware,
  33.         but contributions are gleefully accepted.
  34.                         W. J. Brownson Jr.
  35.                         7217 Romford Way
  36.                         North Richland Hills, TX, 76180
  37. Contents:
  38.         This File
  39.         MAKEXE  - Program to patch/copy stdexe
  40.         STDEXE  - Shell program which is patched with script-name to execute
  41.         STDINFO - Standard icon (no apologies, a graphic artist I ain't)
  42.  
  43. Makexe is a utility to create small programs and info files to
  44. allow the execution of script files from both workbench and cli.
  45. Use of the program is about as easy as I could design.
  46.  
  47. Makexe is invoked from CLI with "MAKEXE [FILENAME] [SCRIPTFILE]"
  48.  
  49. This will create files called [FILENAME] and [FILENAME.INFO].
  50.  
  51. [FILENAME] will execute the script [SCRIPTFILE].  The new program
  52. may be run from either CLI or WorkBench.  If executed from CLI, it
  53. will accept the same arguments that you would pass to an execute file,
  54. but if run from WorkBench it will NOT ask for arguments (yet).
  55.  
  56. If you don't like the Icons, create your own and rename it to
  57. STDINFO.
  58.  
  59. Being inherently lazy, I would rather type 'asm filename' instead
  60. of 'execute assemble filename'.  These programs evolved from a
  61. simple utility that I created to use for assembling
  62. programs.  I found myself editing and reassembling variations of
  63. the same program time after time for special purposes.
  64.  
  65. Makexe was the answer to that.  It patches a standard program (stdexe)
  66. to create a new small program.
  67.  
  68. With Makexe I can now create the program to assembel a program by:
  69.         makexe asm assemble
  70.  
  71. BUGS:  it will always (so far) work from CLI.  Some programs which
  72.        apparently do not handle output properly will cause the programs
  73.        to lock up.  Test it from Workbench - its the only way to
  74.        find out.
  75.  
  76. FINAL NOTE:
  77.         MAKEXE and STDEXE are written entirely in assembler
  78.         and are very small compared to comperable "C" programs.
  79.         Source is available for $6 to cover cost of disk/postage.
  80.  
  81.                                 W. J. Brownson
  82.                                 Computerized Busness Systems
  83.                                 Ft. Worth, Texas
  84.