comment Use this Procomm script to scan the Vector Board for new files on each of the file areas. Not a great ASP file! -Jim Lill 8/25/92 How to use: 1- sign on to VB 2- enter (F) at main menu 3- use the (T) command a/r so there's no pages breaks in case you get a long listing. 3- optionally, open a log file (Alt-F1) to capture the BBS's output 4- run this script (Alt-F5) 5- close log file (Alt-F1) endcomment integer ai string as proc main ; you may have to change the 53 (below) if we add new areas to VB ; also, not all areas are available to all users, this should not ; cause a problem for ai=1 upto 53 call lookfor endfor endproc proc lookfor itoa ai as transmit "A" transmit as transmit "^M" waitfor "=>" transmit "N" waitfor "=>" ; change the following number to something you like for reading pause 1 endproc