17
How to Execute TSR Program

How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

Embed Size (px)

DESCRIPTION

Open Borland IDE Go to Bin folder inside BorlandC Locate BC.exe Double Click to open IDE Note: IDE stands for Integrated development environment and it is named as because Editor, Compilor, Debuger, Linker etc. are all integrated in one environment.

Citation preview

Page 1: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

How to Execute TSR Program

Page 2: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

Install Borland C++

• Download Borland C++ from LMS– http://vulms.vu.edu.pk/Courses/CS609/Downl

oads/BORLANDC.rar– Install as per instructions given in the tutorial– http://

vulms.vu.edu.pk/Courses/CS609/Downloads/How_to_Install_BolandC.ppt

Page 3: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

Open Borland IDE

• Go to Bin folder inside BorlandC• Locate BC.exe• Double Click to open IDE

Note: IDE stands for Integrated development environment and it is named as because Editor, Compilor, Debuger, Linker etc. are all integrated in one environment.

Page 4: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

This is the simple program given in handouts at page#29. I have saved it as TSRCAPS.C

Page 5: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

Click on Compile menu then compile.

Page 6: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

This is compilation report and it shows that our

program has no errors but one warning. We will

ignore that warning for now.

Press any key to close this report.

Page 7: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

To generate .com file, open DOS Command prompt, Go to D: drive

and inside BORLANDC\BIN directory as shown in

this figure.

Page 8: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

This is the Command to generate .com file.

Page 9: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

There is a warning (again) but our TSRCAPS.com is

generated.

After command execution close this DOS window as you can

see on its title bar that cmd.exe is not running purely.

Page 10: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

This is our TSRCAPS.COM file

located inside D:\BORLANDC\BIN

Page 11: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

Open new instance of DOS Command prompt. Go to D: drive and inside

BORLANDC\BIN directory as shown in this

figure.

Page 12: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

We have executed TSRCAPS.COM but our text is not appearing in Capital as it should be.

Page 13: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

Again, open new instance of DOS Command prompt. Go to D: drive and inside

BORLANDC\BIN directory as shown in this figure.

Before executing TSRCAPS.com, just type edit to open edit program. This is done to do some

internal parameter setting in order to get access to some

internal resources.

Page 14: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

Simply close edit program after opening it.

Page 15: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

In order to execute, just type TSRCAPS.COM and press Enter.

Page 16: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

Now you can see, I am unable to type in lower case…even by switching ON/OFF caps-lock key.

You see cmd.exe (DOS) is running along with TSRCAPS.com

Page 17: How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rar

The End

Send your feedback and queries [email protected]