home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / roboos2b.zip / OS2SHARE.QM < prev    next >
Text File  |  1994-02-12  |  245b  |  12 lines

  1. * macro to remove More prompt from Os2share file list
  2.  
  3. @5      MacroBegin
  4.  
  5. *        SetScreenOff
  6. *        SetSoundOff
  7.  
  8.         BegFile
  9.         FindReplace "More [Y,n,t,=]?  " Return Return "IGN" Return
  10.         SaveFile
  11.         GExit
  12.