.K par1,par2,par3
.bra {
.ket }
assign add LIBS: libs   ;include local libs directory
if not exists LIBS:ppipc.library
    run >CON:0/0/400/60/WARNING +
     echo "Can't find ppipc.library..." +
     echo "Package can't be complete!" +
     wait 5
    assign remove LIBS: libs   ;reverse our action...
    endcli
    quit
  endif
resident WEB_MASTER/Traveller
if warn
    run >CON:0/0/400/60/WARNING +
     echo "Can't make Traveller program resident..." +
     echo "Run `Check_Me'!" +
     wait 5
    assign remove LIBS: libs   ;reverse our action...
    endcli
    quit
  endif
run WEB_MASTER/Web  dir CONFIGURATIONS {par1} {par2} {par3} TPri 30 +
    execute End_Services
run WEB_MASTER/FileReq
run MODULES/Load8SVX
run MODULES/MIDIBranch
wait   ;;;; These WAITs are to prevent floppy thrashing -- remove for HD use
changetaskpri 31
run MODULES/MidiLink
changetaskpri 0
wait
run MODULES/MIDIDelay ;;; see docs about increasing priority of this too
run MODULES/MidiMon
run MODULES/Loudness
run MODULES/SetChan
run MODULES/MsgFilter
run MODULES/KeyRange
wait
run MODULES/KeyFilter
run MODULES/MIDISplit
wait
run MODULES/Transpose
run MODULES/NoSysMes
run MODULES/MIDIJoin
wait
run changetaskpri 31 +
    run MODULES/MIDI_Instr INSTRUMENTS
wait 2
run MODULES/Serialize
run MODULES/OneNote
run MODULES/ChanFilter
run MODULES/NoteOff
wait
;;; see docs re the following priority setting:
run changetaskpri 11 +
    run MODULES/RePlay
wait 2
run MODULES/Read_MIDI MIDIFILES

