Reading MBF Files from QBasic (73027)



The information in this article applies to:

  • Microsoft MS-DOS operating system 5.0
  • Microsoft MS-DOS operating system 5.0a
  • Microsoft MS-DOS operating system 6.0
  • Microsoft MS-DOS operating system 6.2
  • Microsoft MS-DOS operating system 6.21
  • Microsoft MS-DOS operating system 6.22

This article was previously published under Q73027

SUMMARY

GWBasic files use Microsoft Binary Format (MBF). If a GWBasic file is read from a QBasic program, the information may be scrambled. This is because the QBasic interpreter uses IEEE format by default, which is incompatible with MBF format.

To correctly read files created with GWBasic, use the /MBF switch when starting the QBasic editor. Exit the QBasic interpreter and then enter it again by typing the following at the command prompt:

QBASIC /MBF

For more information on IEEE and MBF formats, query on the following words:

IEEE and MBF and Basic


Modification Type:MajorLast Reviewed:5/12/2003
Keywords:KB73027