Ticket #9488: cmd_start.txt

File cmd_start.txt, 228 bytes (added by Matt <matthewbrown@…>, 9 years ago)
Line 
1@echo off
2doskey clear=cls
3doskey history=doskey /history
4doskey ~=pushd "%userprofile%"
5set prompt=CMD $P$G
6REM echo aliases set: `history`, `clear`
7REM echo `~` will be `pushd` on top of dir stack. `popd` to get out.
8echo on