home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / ME22-OS2.ZIP / README.OS2 < prev    next >
Text File  |  1989-08-23  |  1KB  |  40 lines

  1.                   FEATURES OF THE OS/2 VERSION OF ME 2.2
  2.  
  3. PROCESS BUFFERS
  4.  
  5. The CTRL-X key will invoke an OS/2 command in an ME window. Try pressing
  6. CTRL-X and pressing <ENTER> at the prompt; a copy of CMD.EXE will run in
  7. the top window. When the command finishes, ME will sound a beep. If you
  8. delete the command buffer while the command is running, ME will terminate
  9. the command.
  10.  
  11.  
  12. ASYNCHRONOUS BACKUPS AND WRITES
  13.  
  14. Don Perry, one of our most ardent supporters, has added asynchronous
  15. backups and file writes to ME. This is not documented fully in the
  16. shareware version.
  17.  
  18.  
  19. DLLS in Macros
  20.  
  21. You can invoke an OS/2 dynamic link library (DLL) routine from within an ME 
  22. macro. To do this, first define an OS/2 environment variable called MEDLLS.
  23. This variable must contain semi-colon delimited names of the DLLs which you 
  24. want ME to search for your routine. For example :
  25.  
  26.     set MEDLLS=mouselib;dblib
  27.  
  28. These DLLs should be placed in a subdirectory which is contained in your
  29. LIBPATH variable. (Read your OS/2 manuals for more info on LIBPATH.)
  30.  
  31. When ME finds an undefined function while executing a macro, ME calls
  32. DosLoadModule() for each of the DLLs listed in the MEDLLS variable. ME will 
  33. then call DosGetProcAddr() to try to resolve the undefined routine.
  34.  
  35.  
  36. ABLE TO RUN IN A PM WINDOW
  37.  
  38. Use the MARKEXE utility to convert ME to a WINDOWCOMPAT program. This will
  39. allow ME to run in a Presentation Mgr window.
  40.