Skip to content

Instantly share code, notes, and snippets.

@jcalano
jcalano / alias.bat
Last active January 29, 2018 08:41
Simple, but useful aliases; this can be done other means--of course--but this is dead simp works on EVERY Windows machine on the planet.
;= @echo off
;= rem Call DOSKEY and use this file as the macrofile
;= %SystemRoot%\system32\doskey /listsize=1000 /macrofile=%0%
;= rem In batch mode, jump to the end of the file
;= goto end
;= rem ******************************************************************
;= rem * Filename: aliases.bat
;= rem * Version: 1.0
;= rem * Author: Ben Burnett <[email protected]>
;= rem * Purpose: Simple, but useful aliases; this can be done by