• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can I add a command that will work in a cmd window of XP?

NaturalChiller

Senior member
I regularly switch between Linux and XP. When I'm in an XP command window, out of habit I always type the unix List command 'ls'. Is there some way to put the 'ls' command into XP so that I can type 'ls' instead of 'dir'? TIA
 
what i do which is a very simple answer is to create a batch file called ls.bat and place it in your
system directory.. the file only needs to contain the command:

dir

this way when you type ls at the command prompt.. it will run the ls.bat and you'll get your dir command


DnetMHZ
 
Back
Top