qedit.tok
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:0k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. #
  2. #  Created 20-2-91 by Terry Farrell 
  3. #
  4. #
  5. #  tokenised qedit.asm from qb5ir
  6. #
  7. #  This program runs QBASIC with the /editor option BUT if things go
  8. #  wrong it will display the following messages
  9. #
  10. #  NB: the $ character is IMPORTANT it signifies the end of string.
  11. [[QEDIT_1]]='Out of memory$'
  12. [[QEDIT_2]]='Can not find file QBASIC.EXE$'
  13. [[QEDIT_3]]='DOS memory-arena error$'
  14. [[QEDIT_4]]='Command line too long$'