home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / HER100_1.ZIP / HERALD.ZIP / NEWFILES.ARJ / NEWFILES.Q-A < prev    next >
Text File  |  1993-04-16  |  372b  |  17 lines

  1. :start
  2. clearscreen
  3. display "List NewFiles uploaded this week? [Y/N] "
  4. getchoice YN 1
  5. if 1 = "N"
  6.   goto end
  7. endif
  8. displayfile newfiles
  9. display "|"
  10. display "                                                Press [Return] to Continue  |"
  11. display "                                                                            |"
  12. display "|"
  13. waitenter
  14.  
  15. :end
  16. quit
  17.