/*======================================================================* * Invoke 'Q'uickscan with any keypress requested * *======================================================================*/ #version $50 #reserve 6 #copyright "Qscan.cmd Copyright 1995 K-Products" #address $7000 #include runtime.h #include bbs_pro.h main() { invoker = 'Q'; chain ("MSGBASE"); }