0% found this document useful (0 votes)
241 views2 pages

How To Install Turbo Pascal On Windows 7 64bit

To install Turbo Pascal on Windows 7 64-bit, one must: 1. Install DOSBox version 0.73 and create a folder called "Tp" to extract the Turbo Pascal files to. 2. Download and extract Turbo Pascal into the Tp folder. 3. Edit the DOSBox configuration file to mount the Tp folder and start Turbo Pascal automatically.

Uploaded by

OtakuLoverz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
241 views2 pages

How To Install Turbo Pascal On Windows 7 64bit

To install Turbo Pascal on Windows 7 64-bit, one must: 1. Install DOSBox version 0.73 and create a folder called "Tp" to extract the Turbo Pascal files to. 2. Download and extract Turbo Pascal into the Tp folder. 3. Edit the DOSBox configuration file to mount the Tp folder and start Turbo Pascal automatically.

Uploaded by

OtakuLoverz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

How to install Turbo Pascal on Windows 7 64bit

February 23, 2010 Tips & Tricks


For all Turbo Pascal fans we have prepared instructions how to install Turbo Pascal on 64 bit
version of Windows 7.
1. Install the software DOSBox ver 0.73 : download here
2. Create new folder, for example Tp (c:\Tp\)
3. Download Turbo Pascal here and extract all files from pascal.zip to c:\Tp\

4. Go to Start Menu and click on Configuration and then Edit Configuration.


Then scroll down to the very end, and add the lines which you want to automatically execute when DOSB
starts.
5. Scroll down to the very end, and add the lines:
mount d c:\tp\
d:
cd bin
tpx
6. In the Turbo Pascal goto Options>Directories> Change the source of TP to the source directory [D]
( i.e. virtual D: refers to original C:\TP\ . So make the path change to something like D:\)
Please note!
Full screen: Alt and Enter

When you exit from the DOSBox (precisely when you unmount the virtual drive where Turbo
Pascal has been mounted) all the files you have saved or made changes in Turbo Pascal will be
copied into the source directory (the directory which contains TP folder)

Dont use shortcut keys to perform operations in TP because they might be a shortcut keys for
DOSBox also. Eg: Ctrl+F9will exit DOSBox instead of running the code.

You might also like