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