home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 106 / af106a.adf / archives / serious.lzx / ViNCEd / DEVS / DOSDrivers / NEWCON next >
Text File  |  1997-11-19  |  324b  |  15 lines

  1. /*
  2.  * $VER: ViNCEd 40.55 (9th Nov 1997)
  3.  * Old style ViNCEd mount entry, mounted in "cooked" mode, as
  4.  * replacement for the more than obsolete "NEWCON"
  5.  *
  6.  * Please note that the handler is a library! Tricky,tricky...
  7.  */
  8.  
  9. Handler     = LIBS:vnc.library
  10. Priority    = 4
  11. StackSize   = 4096
  12. GlobVec     = -1
  13. Startup        = 0
  14.  
  15.