Monday, November 16, 2009

LPT1 (Dos) Printing to USB Printer

Friends,

Video support of Installation of Virtual Lan Card






It is general problem, that lot of times, we are in position that we have dos based problem which sends printing only on LPT1 and we are USB inkjet/laser printer. Now printing is impossible through lpt1 to USB printer.

To print on Inkjet/Laser Printer through printing on LPT1. Some trick is given as under :-
1) Install virtual lan card . (To know installing virtual lan card Download (1 MB File) Video file and watch, installation will be 100% successful.)
2) Place IP numbers 192.168.0.2
3) Now share your Inkjet/Laser printer and remember shared named. (you can change shared printer name while doing printer on sharing)
4) Starts>run >cmd
5) Type below mentioned command on dos prompt.
net use LPT1 \\192.168.0.2\name of shared printer

with the help of above command all printing of Lpt1 automatically re-directed to USB inkjet/laser printer.

to delete above setting :- type below command on dos prompt.
net use LPT1 /d
with the help of above command all printing of Lpt1 will be again on LPT1


In this way your printing problem will be resolved without having any lan card or any other hardware.

Download PDF file to review the setting in off line (Click Here)

Wednesday, November 11, 2009

Find and Replace in .txt file

Find and Replace in .txt file

It is magical that we can find and replace any text or any chr values in .txt file without opening it in notepad.

It's major requirement is a file named change.com which creates easy to do it. It is a DOS (disk operating system) command. It works as under :-

In Windows 98/ xp / vista etc.
1) Start>Run>cmd
2) Type c: and then cd \ press enter
3) Place change.com file here after download it from here.
4) Place any file.txt file in which you want to change text.
5) Command to change in file.txt is as under
change file.txt "old string " "new string"
change file.txt "old text" "new text"
change file.txt 26 ""
change file.txt 13,14 ""

Note :- in above examples 26 is chr value which will be converted in blank in file.txt under third example.

Click here to Download change.com here

Saturday, November 7, 2009

Hidden Folder and Hidden System Files



To collect file to Open Hidden folder and files (Click Here)