"Offering free computer help, hints, and tips to the Internet populace." Now with over 3,820 tips!

DOS and Batch Files

Dos for Unix People

SUMMARY: Use these quick batch files in case you accidently type UNIX commands on your DOS or Windows machine.


 

I use DOS a lot. I use Unix a lot. And, like others who use both OS's, I sometimes forgetfully type in the wrong command. I type in 'quit' when I mean 'exit,' 'ls' when I mean 'dir', and so forth.

Why not create a few basic batch files in your root, batch, or command directory that can help you out? Even simple one-line batch files like the following may help when you want the computer to do what you want it to do, not what you tell it to do <G>. Just type in these commands, substituting C:\ with your batch file directory of choice.

echo @exit > c:\logout.bat

echo @exit > c:\quit.bat

echo @dir %1 %2 %3 %4 %5 %6 %7 %8 %9 > c:\ls.bat



Print This Tip

Get E-Mail When New Tips are Online

Return to the DOS and Batch Files page.

 


New in MalekTips:

RSS Feeds- Subscribe!

You want the latest tech tips and tricks in your e-mail Inbox - FREE? Type your e-mail address below and click 'Get Tips!'.
 


( sample / details )
( opt-out instructions )