home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dragen1.zip / hostopen.cmd < prev    next >
OS/2 REXX Batch file  |  1999-10-10  |  347b  |  9 lines

  1. /* ****************************************************** */
  2. /* Program: OF.CMD                                        */
  3. /* Purpose: Open a WPS folder for the current directory   */
  4. /* ****************************************************** */
  5. parse arg host
  6. newhost="tmp\"host
  7. say newhost
  8. call SysOpenObject directory(newhost), "ICON", 1
  9.