◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── VBDOS.BI File ■ The VBDOS.BI file contains the necessary declarations for the Absolute and Interrupt[X] routines. ■ To use either the Absolute or Interrupt[X] routine in your application, you must use the $INCLUDE metacommand to load VBDOS.BI into every module: REM $INCLUDE: 'VBDOS.BI' ■ To view include-file text, choose Included File or Included lines from the View menu. See: ◄Absolute Routine► ◄$INCLUDE Metacommand► ◄Interrupt[X] Routine►