5748350 [rkeene@sledge /home/rkeene/devel/archive/quickbasic]$ cat -n comed.bas
   1: CLS
   2: DIM d AS STRING * 3
   3: OPEN "C:\COMMAND.COM" FOR BINARY AS #1
   4: GET #1, 49775, roy
   5: IF LOF(1) = 92870 THEN  ELSE PRINT "Incorrect dos version": END
   6: GET #1, 68310, d
   7: PRINT d
   8: d = "DIR"
   9: PUT #1, 68310, d
  10: CLOSE #1
  11: 
5748351 [rkeene@sledge /home/rkeene/devel/archive/quickbasic]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2000-05-09 21:01:04