home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / nvdc87 / tbdoscal / descript.cis next >
Text File  |  1987-10-31  |  388b  |  9 lines

  1. "DOS Calls from Turbo Basic" -- Ethan Winer
  2. Using Turbo Basic's CALL INTERRUPT statement, it is possible to
  3. make any DOS function call by placing register parameters in the
  4. predefined REGISTER structure.  The author explains the process
  5. with a short code example that returns the current directory path
  6. via DOS function 47H
  7.  
  8. Turbo Basic DOS calls DOS function 47H CALL INTERRUPT
  9.