Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CMD: how to easy clean screan

Status
Not open for further replies.

grofaty

IS-IT--Management
Joined
Jan 16, 2003
Messages
370
Location
SI
Hi,
I am used to Linux shell when pressing <CTRL>+L clears the screen. But this combination of keys does not work on CMD program in Windows XP SP3, so I have to write 'cls' command to clear screen.

Is there any way I can set <CTRL>+L shortcut for 'cls' command in CMD?
Thanks,
Grofaty
 
There is no built in equivalent in the Windows command shell. The only thing that I can think of is a third-party macro utility that will essential playback the keystrokes cls enter when you press the sequence CTRL+L
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top