home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / CSCRIPT.ZIP / README.5TH < prev    next >
Encoding:
Text File  |  1991-02-20  |  6.9 KB  |  163 lines

  1.                             Using The Script
  2.                             ────────────────
  3.  
  4. 1.  Marking the Boards
  5.  
  6.     --  run the batch file you created (mine was called Auto.bat..).
  7.         You'll see a screen come up with Macro Parameters on the top of
  8.         the screen..a listing of BBSs with some codes for each.  The
  9.         scroll bar will be positioned over the line that begins {top}.
  10.  
  11.     --  move the scrollbar with your arrow keys down to the line that
  12.         begins {mark...}.  Press the "e" key.  The scrollbar will
  13.         disappear..you're now in Commo's internal editor.  Delete
  14.         whichever BBS you don't want to call.  Use the table of BBSs and
  15.         their codes to determine what the codes in the mark line
  16.         represent.  It's important that you don't have any space between
  17.         commas and board IDs.  The trailing curly brace must immediately
  18.         follow the last character of the last BBS you want to mark.
  19.  
  20. 2.  Setting the Time To Run
  21.  
  22.     --  move the cursor to the {hold..} area.  Edit the time you want it
  23.         to start.
  24.  
  25. 3.  Save the settings
  26.  
  27.     --  if the settings you've made from above will be the ones you want
  28.         to use all the time, press "ESC" after making the changes.
  29.  
  30.     --  if you'll want to vary BBSs or time to start regularly, press
  31.         Alt-Q.  The difference between Alt-Q and ESC is that changes
  32.         made will be good for only that session if you hit Alt-Q.  "ESC"
  33.         causes the changes to be written to disk when you exit Commo.
  34.  
  35. 4.  Running the Script
  36.  
  37.     -- after you've made the changes and either Alt-Q'd or ESC'd, the
  38.        scrollbar will reappear.  Make sure the scrollbar is positioned
  39.        over the {mark...} line.  Hit your ENTER key..the script is now
  40.        active.  You should see a status bar with a Holding Until xx:xx
  41.        on the right hand side.
  42.  
  43. 5.  Stopping the Script
  44.  
  45.     -- if at any time after hitting the ENTER key you want to stop the
  46.        script..just hit your ESCAPE key.  That will terminate the
  47.        script, no matter what point it is in processing.  When the
  48.        script terminates, you'll be at the terminal screen.  If you want
  49.        to Exit Commo..press Alt-X.
  50.  
  51. 6.  Testing the Script
  52.  
  53.     -- I strongly recommend you test the script one board at a
  54.        time..while you're sitting there watching.  The way to do this is
  55.        to mark just one BBS, hit the Enter key..then when it says
  56.        Holding till xx:xx..hit Cntl-Break..this will cause the script to
  57.        bypass the Hold command and it will commence dialing immediately.
  58.  
  59.     -- There should be very little pause at any prompt after you connect
  60.        with a BBS.  If something seems amiss..(i.e. it stalls
  61.        someplace)..press the key that the BBS seems to be waiting
  62.        for..the keyboard is not inactive while the script is running.
  63.        If this doesn't make the script run smoothly..press your ESC key.
  64.        The script will be terminated and you'll be in the terminal
  65.        screen.  You'll still be logged on the BBS and can continue as
  66.        normal.  After you log off the BBS..press Alt-1..you'll see a
  67.        window pop up with a Capture file name in there..Press Alt-1
  68.        again (this will close the capture file).
  69.  
  70. 7.  Capture Files
  71.  
  72.     --  the script creates capture files which are images of everything
  73.         that came in from the BBS during that session.  I use them just
  74.         for review (and for New File Scan at Connect!).  After you
  75.         review them, you can delete them or keep them..just be aware
  76.         that if you keep them, they'll get bigger everytime you log on
  77.         to whatever BBS the capture file represents.  Each BBS will have
  78.         its own capture file..you should be able to tell which one is
  79.         which.  They'll be in the same directory as your .REP/.UL files,
  80.         and those two flag files from before..it's the directory you
  81.         substituted for PATH..the capture filenames will have the same
  82.         BBSID as the board's .rep files...i.e. Robert's Room is ROBERT.
  83.         If you ever run into a problem..save the capture file from that
  84.         session and let me take a look at it.  The capture files are
  85.         excellent tools for troubleshooting the script.
  86.  
  87. 8.  Using Bimodem
  88.  
  89.     -- I'm going to assume you already know how to create Bimodem.pth
  90.        files.  There are only two important rules you must follow:
  91.  
  92.        --- the script currently supports bimodem transfers with The
  93.            Pitt, Roberts Room, and PWSA.  The bimodem.pth files you
  94.            create for these boards MUST be named thepitt.pth,
  95.            robert.pth, and pwsa.pth, respectively.
  96.  
  97.        --- these .pth files MUST be in the same directory as your
  98.            .rep/.ul and those flag files (the directory you substituted
  99.            for PATH)
  100.  
  101.        --- my Auto.bat starts off by asking me if I want to transfer
  102.            files to any BBS.  I'll show you what my Auto.bat looks
  103.            like..if you want to do something similar, you'll have to
  104.            modify the paths (also, note that I use a utility called
  105.            "ASK" to generate the errorlevels..this ASK utility is
  106.            Norton's):
  107.  
  108. My Auto.bat:
  109.  
  110. cls
  111. @echo off
  112. echo  
  113. echo  
  114. echo  
  115. echo This batch file creates .PTH files for BiModem transfers
  116. echo Enter the letter for the BBS or "Q" to quit
  117. echo  
  118. echo All .PTH files in "C" can be erased with (E)
  119. echo  
  120. echo  
  121. :top
  122. echo  
  123. ask "(P)itt, PWS(A), (R)obert's Room, (Q)uit to Commo " ,parqe
  124. if errorlevel 5 goto erase
  125. if errorlevel 4 goto commo
  126. if errorlevel 3 goto robert
  127. if errorlevel 2 goto pwsa
  128. bimenu /c a:\bimodem.cfg /p c:\thepitt.pth
  129. echo Thepitt.pth is now in "C" drive unless you aborted
  130. goto top
  131. :pwsa
  132. bimenu /c a:\bimodem.cfg /p c:\pwsa.pth
  133. echo PWSA.pth is now in "C" drive unless you aborted
  134. goto top
  135. :robert
  136. bimenu /c a:\bimodem.cfg /p c:\robert.pth
  137. echo Robert.pth is now in "C" drive unless you aborted
  138. goto top
  139. :erase
  140. del c:*.pth
  141. echo All .pth files in "C" drive have been deleted!
  142. goto top
  143. :commo
  144. commo /m=top
  145. if exist files.zup del files.zup
  146. if exist dsz.log del dsz.log
  147. :quit
  148.  
  149. Note also that I'm using the Bimenu file out of BIMODxxx.Zip.  If you
  150. want to use this batch file, you'll need ASK and Bimenu.  Where I have
  151. a:\bimodem.cfg..you'ld substitute the directory where you keep your
  152. bimodem.cfg file.  Where I have c:\bbs.pth (various names for bbs),
  153. you'ld have the directory you substituted for PATH.  Where I say "All
  154. .pth files in "C" drive have been deleted"..you'ld substitute what you
  155. changed for PATH for my "C".  Same goes for the line "All .PTH files in
  156. "C" can be erased with (E)..and anyplace else "C" appears..just
  157. substitute the path you put exchanged for PATH.  Also..every line in the
  158. .bat file that has just Echo on it really has Echo followed by a space
  159. and an Alt-255 character (a blank)..the blank is invisible (of course)
  160. and doesn't show up here.
  161.  
  162. Have fun with this..let me know if you need some help.
  163.