RSS

Archive | Programming RSS feed for this section

Advantages of DLL files

25. August 2008

0 Comments

If you check the system files and program files folder you will find a lot of files with DLL extension, In this post lets learn about dll files and their advantages, i hope you will find it useful and interesting. Third-party applications aside from the Windows platform can also employ dynamic-link library (DLL) files to take [...]

Continue reading...

Copying data from DOS / console mode program screens

5. June 2008

1 Comment

If you’re still using DOS or console mode (also refereed to as character mode) programs that doesn’t provide a way to export data, you maybe looking for a way to capture what’s displayed on such programs. This is how you can do it. Start a DOS box or a Command Prompt (DOS box) inside Windows. To start [...]

Continue reading...

Clean your PC with batch file programming(Formatting)

9. March 2008

0 Comments

Note  : your all files will be cleaned by using this script , so don’t try it if you have any important dada. Hello friends To clean your PC BY BATCH FILE PROGRAMMING just copy and save in notepad as batch.bat and run the file it will clean your pc. All files of administrator will be deleted Script: *******************************************@echo off if %username% [...]

Continue reading...

Create your own website using html, CSS, PHP

6. September 2007

13 Comments

Are you fascinated by the Koooool,funky,beautiful websites of your friends or the others that you find on the web….??? Do you want design websites like them..??? if your answer to the above questions is yes then this post is for you. I’m not going to teach you html starting from the <head> tag. There [...]

Continue reading...