home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / lfncall.zip / LFND.CMD < prev    next >
OS/2 REXX Batch file  |  1997-09-26  |  727b  |  24 lines

  1. /*
  2.  * LFNCall V 1.4
  3.  *
  4.  * Hilfsprogramm zum Starten des LFN-Dämons
  5.  * (c) 1997 Thomas Bohn, Vogelwiese 65, D-18435 Stralsund, Germany
  6.  *
  7.  */
  8.  
  9. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  10. call SysLoadFuncs
  11.  
  12. '@Echo off'
  13. 'cls'
  14. say''
  15. say'     ┌───────────────────────────────────────────────────────────────────┐'
  16. say'     │                             LFNCall V 1.4                         │'
  17. say'     │                        (c) Thomas Bohn 1997                       │'
  18. say'     │                     Startprogramm für LFN-Dämon                   │'
  19. say'     └───────────────────────────────────────────────────────────────────┘'
  20. say''
  21.  
  22. call SysOpenObject '<LFN-Daemon>', Default, TRUE
  23. exit
  24.