home *** CD-ROM | disk | FTP | other *** search
- "DOS Calls from Turbo Basic" -- Ethan Winer
- Using Turbo Basic's CALL INTERRUPT statement, it is possible to
- make any DOS function call by placing register parameters in the
- predefined REGISTER structure. The author explains the process
- with a short code example that returns the current directory path
- via DOS function 47H
-
- Turbo Basic DOS calls DOS function 47H CALL INTERRUPT