C:Echo "Initializing BridgeBoard Hardware..." NoLine
C:BindDrivers                                 ;omit the first three lines if
C:Echo "DONE."                                ; you BindDrivers at startup
C:Echo "Running PCDisk..." NoLine             
C:Run > NIL: SYS:PC/PCDisk
C:Echo "OK."
C:Wait 20
C:Echo "Running Time Service..." NoLine       ;Remove if you have Janus 1.x
C:Run > NIL: SYS:PC/Services/TimeServ         ;Remove if you have Janus 1.x
C:Echo "OK."                                  ;Remove if you have Janus 1.x
C:wait 5                                      ;Remove if you have Janus 1.x
C:Echo "Running AMouse..." NoLine             ;Remove if you have Janus 1.x
C:Run > NIL: SYS:PC/AMouse                    ;Remove if you have Janus 1.x
C:Echo "OK."                                  ;Remove if you have Janus 1.x
C:wait 5                                      ;Remove if you have Janus 1.x
C:Echo "Opening PC Mono Window..." NoLine
C:Run > NIL: SYS:PC/PCWindow "SYS:PC/PC Mono" ;change "PC MONO" to "PC COLOR"
C:Echo "OK."                                  ; for a color display.
C:wait 5
C:Echo "Allocating Printer Port..." NoLine
C:Run > NIL: SYS:PC/LPT1
C:Echo "OK."
C:Echo "Initialization Complete."
