Skip to content

Instantly share code, notes, and snippets.

@Zaksh
Zaksh / Alias.cmd
Created January 8, 2018 07:39
Alias for Windows command prompt with reg file to bind it to command promt execution.
:: REF: https://stackoverflow.com/a/21040825/838269
@echo off
:: Temporary system path at cmd startup
set PATH=%PATH%;"C:\Program Files (x86)\Notepad++\"
:: Add to path by command