home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / lampdq.zip / READ.ME < prev   
Text File  |  1992-09-08  |  2KB  |  31 lines

  1. LAMPDQ is an interface that lets you execute commands on a VM host and
  2. see the output in an EPM window.  To try it, you can compile LAMPDQ.E
  3. to LAMPDQ.EX, upload LAMPDQ.EXC to the host as LAMPDQ EXEC, and enter
  4. the EPM command LINK LAMPDQ.  This will add a menu item "VM cmds".
  5. The GETHOST entry requires that GETHOST.EX be in the EPMPATH (GETHOST.E
  6. is included in the sample macros directory).  The ability to load host
  7. files from the HLIST output by pressing Alt+1 requires that ALT_1.EX be
  8. linked (ALT_1.E is included in the sample macros directory).  HOSTPRT
  9. saves the file to a temporary host file, then sends a command to the host.
  10. You will need to change the command sent, and/or write an exec on the
  11. host that takes the printer nickname and does appropriate SPOOL, TAG
  12. and PRINT commands.  If you have any non-fullscreen VM commands that you
  13. execute frequently, you might want to add them to the VM Cmds menu.
  14.  
  15. In order to execute any host command, LAMPDQ EXEC must be running on the
  16. host.  You should have HOST_SUPPORT = 'EMUL' in your MYCNF.E.  This should
  17. work with USING = 'CM' or USING = 'IBM'; I always use the former.
  18.  
  19. If you like this and want to have it linked automatically, you could add
  20. to your MYSTUFF.E:
  21.    definit
  22.       'linkverify lampdq'
  23. and then recompile.  If you don't want to recompile the macros, you could
  24. create a PROFILE.ERX in your PATH or EPMPATH containing:
  25.    /* Rexx profile for EPM */
  26.    'linkverify lampdq'
  27. and then turn on the Rexx profile support by entering PROFILE ON in the
  28. EPM command line, then selecting Options / Save Options.
  29.  
  30. Larry Margolis
  31.