Главная страница | назад
Article #21512: How do I set the path for Turbo C++ 3.0 for DOS?
Question:
How do I set the path for Turbo C++ 3.0 for DOS?
Answer:
Follow the appropriate instructions for your operating sytem:
Windows 9x
- Start | Run
- Add the following line to AUTOEXEC.BAT.
PATH=C:\TC\BIN;%PATH%
- Save the changes and exit the System Configuration Editor.
- Restart your system.
- Verify the path was reset properly by typing "tc" at the command line. All is configured properly if the IDE launches.
Windows NT
- Right-click on My Computer.
- Left-click on Properties | Environment.
- Choose Path under System Variables and add the following to the very end of the line:
;C:\TC\BIN
- Press the Set button to save the changes and OK to close the dialog.
Windows 2000
- Right-click on My Computer.
- Left-click on Properties | Advanced | Environment Variables.
- Choose to Edit the Path under System Variables and add the following to the very end of the line:
;C:\TC\BIN
- Press the OK button to save the changes and OK again to close the dialog.
Last Modified: 28-MAR-00