Want to access DOS command quickly? Just follow these steps:
1. Click on Start - Run, type sysedit and then click OK to open System Editor window.
2. Add this line to Config.sys file:
Device=c:\windows\command\ansi.sys
3. Save the changes and then close System Editor window. Reboot your Windows 9X/Me.
4. Run Notepad, and then type this two lines text:
Prompt $e[%1;%2;"%3 %4 %5 %6 %7 %8 %9";13p
Prompt $n$g
5. Save that file as Command1.bat
6. For example, you want to use Shift+F1 to execute DIR C: command. Look at the table below that the code for Shift+F1 is 0 84. Open MS-DOS window, and type this on MS-DOS prompt:
Command1 0 84 DIR C:
7. Press Enter to execute that command.
Starting from now on, you can press Shift+F1 to execute DIR C: as long as you don't shutdown the computer.
No comments:
Post a Comment