Saturday, July 17, 2010

Run C compiler in fullscreen mode on window 7 or Vista through Dosbox

Lets do it step by step...
 

Step 1:-

    Put your TC folder in C drive if it is any where else in your system.


 

Step 2 :-

      If you do not have Dosbox setup then Download dosbox hrom here.

 

Step 3 :-

      Now install dosbox in your PC.

 

Step 4 :-

      Open dosbox and write command:-

                  Z:\>mount c c:\tc
                  Z:\>c:
                  C:\>cd bin
                  C:\BIN>tc.exe



 

Step 5 :-

      Now press Alt+ENTER and make window in fullscreen mode. Now go to 'option' in menu bar and open 'Directories' and change the setting of all four directories.These directories are 'INCLUDE DIRECTORIES','LIBRARY DIRECTORIES','OUTPUT DIRECTORIES' and 'SOURCE DIRCTORIES' respectively.

Write C:\   in place of   C:\>TC

 

Step 6 :-

      Enjoy C programming in fullscreen mode.

                                   Thank you for visiting me



2 comments: