home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR10 / MOYAN51A.ZIP / END.BSC < prev    next >
Text File  |  1993-11-15  |  4KB  |  89 lines

  1. \\  End.bsc by Lee Breeden
  2. \\
  3. \\  This script can be use as example of what you can do if all of the
  4. \\  commands that you need to use on a line won't fit.
  5. \\
  6. \\  Most of the commands listed here are normally found in macro # 7
  7. \\  It also displays the time and the name of the last system called and
  8. \\  the length of connection.
  9. \\
  10. \to[]
  11. \bl[endscript]
  12. \gb[restart]
  13.  
  14. |endscript
  15. \DT- \CA+[~~~ATH0{] \DT+         \\ makes sure that modem disconnected
  16. \\ii+%hr,02,03,04,05,06,07[\CC-]  \\ dial despite carrier signal
  17. \IE+OFF,%LD[\eb]\LD-             \\ checks to make sure that log file
  18.                                  \\ is closed
  19. \eb
  20.                             
  21. |restart
  22. \pl\bb-\ca-[{~]\RC\zs\SK-        \\ normal commands that are in macro 7
  23. ATZ{~                            \\ reset modem
  24. \\II+%Hr,00[\PU[00:45]] \\ Wait till specified time
  25.  
  26. \bl[Time]                        \\ run timer and converts to 12 hr clock
  27. \bl[timeEdit]
  28. \bl[display]                          \\ display time from block
  29. \\ii+%hr,19,04,05[\IE+0,%QS[\gs[host]]\\ runs host at specified time if
  30.                                       \\ queue is empty
  31. \ii+%hr,02,03,04,05,06,07,08[\IE+0,%QS[\EX]]\\ termainates program if queue is
  32.                                       \\ empty, handy if boyan is loaded
  33.                                       \\ from a batch file where the next
  34.                                       \\ command will run.
  35. \\IE-0,%QS[\QD]                        \\ This command can be used if you
  36.                                       \\ would like to have screen return
  37.                                       \\ to terminal mode if queue is empty.
  38.  
  39. \eb
  40.  
  41. |Time                                  \\ 12 hr clock converts time to 12
  42.                                        \\ hour format
  43. \SV0[%Hr]\eb                           \\        .
  44.                                        \\        .
  45. |timeEdit                              \\        .
  46. \IE+%V0,0 `[\bl[AM]\eb]                \\        .
  47. \IE+%V0,10[\bl[AM1]\eb]                \\        .
  48. \IE+%V0,11[\bl[AM1]\eb]                \\        .
  49. \IE+%V0,12[\bl[PM1]\eb]                \\        .
  50. \IE+%V0,13[\+V0[-12]\bl[PM]\eb]        \\        .
  51. \IE+%V0,14[\+V0[-12]\bl[PM]\eb]        \\        .
  52. \IE+%V0,15[\+V0[-12]\bl[PM]\eb]        \\        .
  53. \IE+%V0,16[\+V0[-12]\bl[PM]\eb]        \\        .
  54. \IE+%V0,17[\+V0[-12]\bl[PM]\eb]        \\        .
  55. \IE+%V0,18[\+V0[-12]\bl[PM]\eb]        \\        .
  56. \IE+%V0,19[\+V0[-12]\bl[PM]\eb]        \\        .
  57. \IE+%V0,20[\+V0[-12]\bl[PM]\eb]        \\        .
  58. \IE+%V0,21[\+V0[-12]\bl[PM]\eb]        \\        .
  59. \IE+%V0,22[\+V0[-12]\bl[PM1]\eb]       \\        .
  60. \IE+%V0,23[\+V0[-12]\bl[PM1]\eb]       \\        .
  61. \IE-%V0,abc[\bl[AM]\eb]                \\        .
  62. \eb                                    \\        .
  63.                                        \\        .
  64. |AM                                    \\        .
  65. \SV1[AM`]\eb                           \\        .
  66. \eb                                    \\        .
  67.                                        \\        .
  68. |AM1                                   \\        .
  69. \SV1[AM]\eb                            \\        .
  70. \eb                                    \\        .
  71.                                        \\        .
  72. |PM                                    \\        .
  73. \SV1[PM `]\eb                          \\        .
  74. \eb                                    \\        .
  75.                                        \\        .
  76. |PM1                                   \\        .
  77. \SV1[PM`]\eb                           \\
  78. \eb                                    \\  timer blocks
  79.  
  80. |Display                    \\ actual screen display block
  81. \svz[%SN]\lvz[23]
  82. \DM22,17[` ╔════════════════════════════════╗ `]
  83. \DM22,18[` ║ Last on %VZ║ `]
  84. \DM22,19[` ╠════════════════════════════════╣ `]
  85. \DM22,20[` ║   Disconnected at %V0:%MI %V1     ║ `]
  86. \DM22,21[` ║     On line for %SL        ║ `]
  87. \DM22,22[` ╚════════════════════════════════╝ `]
  88. \\eb
  89.