Sunday, 22 January 2012

How to create fake desktop in computer screen?


step 1.Go to desktop (see fig1.see above ) by closing  all windows and press printscreen(see fig2.see below) button from keyboard .
step2. Go to Paint and press ctrl+V (it pastes your screen in paint) and it looks like image given below

step 3.click on file (see as above) ,a drop down menu will appear click on save as and then dialog box will open which will ask you to where to save and then save on desktop.
step 4.Save by any name and go to desktop and click on your saved image and right click on it to set it as desktop background and fake desktop background is created.

Sunday, 15 January 2012

How to run turbo c in window 7 64 bit?

1. First of all you have to download dosbox from given link  http://mac.softpedia.com/dyn-postdownload.php?p=6379&t=0&i=1
2.Make a new folder in  C:\,name it as Turbo  and Copy your Turbo c3 all files into it ,it looks like this










3.now ,open dosbox,it looks like this
Type command  mount d c:\,it will mount the directory and it will ask you to ask to choose sub directory.
4.Type command mount  d c:\turbo
5.Type C:
6.Type C:\>cd tc(it will change directory in C:\ to c:\tc)
7,Type C:\tc> cd bin(under tc directory,change directory to bin and type following command)
8.Type tc.exe
some screenshot of it given are:-


9.Don't use ctrl+F9 to run program in it ,use alt+R to run it