home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / filesbbs / dos / fdt.arj / SETUP.FDT < prev    next >
Encoding:
Text File  |  1997-06-02  |  3.1 KB  |  75 lines

  1. ;---------------------------------------------------------------------------
  2. ; SETUP für Frontdoor - TOOL            SETUP for Frontdoor-Tool
  3. ;     Beispiel läuft bei 2:2426/3000        Example from 2:2426/3000
  4. ; Letzte Änderung: 03.04.96             Last Change: look left side
  5. ;---------------------------------------------------------------------------
  6. ;
  7. ; Hier die Laufwerke eintragen,         Fill in here the drives,
  8. ; die FDT monitoren soll. Das           that should FDT do a lookup.
  9. ; sollten KEINE(!) FDD oder             Make sure, this drives are
  10. ; CD-ROM's sein. Macht auch wenig       NOT cd-rom or fdd, FDT will
  11. ; Sinn, da ohnehin 0 Bytes              they anyhow displayed with
  12. ; angezeigt werden.                     0 Bytes.
  13. ;
  14. DRIVES = C J P S T
  15. ;
  16. ; Welche TASK soll FDT anzeigen.        Here you can fill out the TASKs
  17. ; Selbstverständlich kann man           they FDT looking up. This meaning
  18. ; auch den TASK von FDT selbst          you can the FDT-TASK inserting or
  19. ; mitangeben oder Taske doppelt         the same TASK 2 times using
  20. ; anzeigen lassen.
  21. ;
  22. TASKS  = 2 3 4 5 7 8
  23. ;TASKS  = 1 2 3 4 5 7 8
  24. ;TASKS  =  7 3 4 7 8 4 3 2 1
  25. ;
  26. ; Delayzeit regelt die Anzahl der       The Delaytime is the number of
  27. ; Zugriffe und Traffic. Ein großer      loops in FDT they do nothing.
  28. ; Wert gibt sehr viel                   A great worth make FDT slow, but
  29. ; Zeitresourcen frei. Dadurch ist       the traffic will be good. A little
  30. ; aber die Anzeige nicht immer          worth make FDT faster, but will
  31. ; aktuell. Experimente mit diesem       produze a lot of traffic.
  32. ; Wert lassen einen guten               For a good worth you will a little
  33. ; ZEIT-Abgleich finden. Werte           expermentle with the delaytime
  34. ; kleiner 10 werden ignoriert.          for they should be fit on your system
  35. ;
  36. DELAY = 150
  37. ;DELAY = 1
  38. ;
  39. ; NUR UND-Verknüpfungen möglich         Only AND-combine is allowed
  40. ; führendes ! meint Datei darf          A ! before the filename means the
  41. ; nicht exestieren. Maximal 4           file does not exist. 4 Files are
  42. ; Dateinamen. Bei Task kann statt       the maximum. At task you can fill
  43. ; der Auszuführende Task auch *         this with *. This means all
  44. ; für alle FDT-Task stehen              FDT-Task should this services.
  45. ;
  46. ;
  47. ; Errlvl Task Files
  48. ;-------------------------------------------------------
  49. SEMA=070  4   J:\FD\SECIN\097A0BB8.* !J:\FD\FDINSESS.*
  50. SEMA=070  4   J:\FD\TOSS\IMAIL\IN\*.PKT
  51. SEMA=075  4   J:\FD\FB\ERP\DATA\EE_OUT??.ERP
  52. SEMA=075  4   J:\FD\EE*.?
  53. SEMA=209  4   J:\FD\SECIN\HEI-SEMA.* !J:\FD\FDINSESS.*
  54. SEMA=081  4   J:\FD\PNETMAIL.MGR     !J:\FD\FDINSESS.*
  55. ;
  56. LOGFILE = J:\FD\LOG\FDTASK.LOG
  57. LOGFILE = J:\FD\LOG\FDTASK.OLD
  58. LOGFILE = M:\TOOLS\TK\ANLAGE.LOG
  59. ;
  60. ; Next things should be ignored,
  61. ; while is not finished or
  62. ; experimented by the author or
  63. ; they should only be hold an idea
  64. ; for himself
  65. ;
  66. ;ERROR = 200 !DINGS.BAT
  67. ;ERROR = 201 @LASTC /T55
  68. ;MENU1=* 090 TimeBrk (Ports neu starten)
  69. ;MENU1=* 092 FaxOutbound prüfen und Faxe versenden
  70. ;MENU2=* 110 Poll Gordian
  71. ;MENU2=* 111 Poll Andreas
  72. ;
  73. ;---------------------------------------------------------------------------
  74. ;*EOF*
  75.