rem =========================================================================== doskey .=call $* doskey #=rem $* doskey aliases=doskey /macros doskey date=%MINGBIN%\date $* doskey exp=explorer $* doskey mcd=if not exist $*\nul md $* $T cd $* doskey np=gvim $* doskey psa=ps -W -a -l $* | grep -i doskey ssh=ssh -X -l fred $* doskey stop="%LIGHTLINK_DIR%\launcher\llshutdown" doskey touch=%MINGBIN%\touch.exe rem ugly necessity to avoid using 4nt's lame version of touch. doskey wordpad="c:\program files\windows nt\accessories\wordpad.exe" $* rem doskey mcd=`if not exist %1\nul md %1 & cd %1` rem doskey move=`cmd /c move %$` rem doskey vi=gvim rem =========================================================================== rem =========================================================================== rem Call the generated aliases file, if it exists. if exist %GENERADIR%\p_alias.cmd call doskey /macrofile=%GENERADIR%\p_alias.cmd rem ===========================================================================