home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 36.dms / 36.adf / PRINTDIR.bas < prev    next >
BASIC Source File  |  1988-05-22  |  96b  |  6 lines

  1. 10    OPEN "O",#1,"PRT:"
  2. 15    CMD #1: SHELL "LIST"
  3. 20    ?"It works!"
  4. 30    CLOSE #1
  5. 40    END
  6.