home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / eptxfn30.zip / tfe.zip / tfefm.cmd < prev   
OS/2 REXX Batch file  |  1999-06-24  |  574b  |  19 lines

  1. /*********************************************************
  2.   File TFEFM.CMD v2.5
  3.  
  4.   This procedure is part of the EPM TeX Front End v2.5
  5.   (c) 1999 Walter Schmidt.
  6.  
  7.   Purpose: Open the current folder.
  8.  
  9.   Feel free to change the contents of this file;
  10.   e.g., start your favourite file manager
  11.   instead of opening the current folder as a WPS object.
  12. *********************************************************/
  13.  
  14. call RxFuncAdd 'SysSetObjectData', 'RexxUtil', 'SysSetObjectData'
  15. OpenMode = DEFAULT
  16. Call SysSetObjectData directory(), "OPEN="OpenMode";"
  17. exit 
  18.  
  19.