home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 011.lha / tool_wrapper / toolwrapper.doc < prev    next >
Text File  |  1986-11-10  |  2KB  |  44 lines

  1.                      Tool Wrapper v. 0.1
  2.      
  3.    This program will allow you to access a CLI-style command from the 
  4. Workbench. It will build a CLI-command from selected workbench icons and 
  5. then fire it up for you.  Each ICON's full path name will be resolved and
  6. appended to the command.
  7.  
  8.    To use it, you will need to do a few things.  First, make yourself a
  9. PROJECT icon (by copying a notepad note and tweaking the art for example).
  10. Then using the INFO option on the Workbench pull-down menu, add a tool-type
  11. of the form:
  12.  
  13.         TOOL=Myprogram
  14.  
  15. Set the default tool to be the path name to ToolWrapper.  Now when you
  16. double-click the project icon, your program will be run for you.
  17.  
  18. This program was compiled with the MANX C-Compiler.  Modifications may be
  19. needed to get it to work with the Lattice compiler.  In particular,  you will
  20. have to play around with _MAIN to suppress the default window which Lattice
  21. supplies (gee thanks guys).
  22.  
  23. Files Included:
  24.   wrapper.c      Source for ToolWrapper (name changed to protect the guilty)
  25.   mkpath.c       Routine to recursively generate a full path name from a file
  26.                  lock.
  27.   wrapper        The executable program. Rename to ToolWrapper.
  28.   faug.TRM       An Online! terminal definition to call the FAUG BBS
  29.   faug.SCP       An Online! script file to call the FAUG BBS
  30.   faug.TI        Rename to faug.trm.info - a project icon for faug.trm
  31.                  double click this from workbench to call the Faug BBS.
  32.  
  33. Known Problems:  Each time the program is run, you seem to lose about
  34. 80 bytes.   We have snooped the program but have been unable (so far) to
  35. account for the missing memory.  Any suggestions would be welcome.
  36.  
  37.  
  38.  
  39.     Mark Zellers                Miller Abel
  40.     @FAUG                       @FAUG
  41.     @BBS-JC
  42.     Compuserve: 75036,3635
  43.     BIX: MZELLERS
  44.