Skip to content

Commit

Permalink
Update cmd_properties.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
lokeshmeher committed Jan 18, 2016
1 parent 87d180d commit 64a53b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmd_properties.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ cd "C:\Users\username\Desktop"
:://///////////////////////////////////////////////////////////////////////////
:: ALIASES:
::--------
doskey ls = dir /d /o:gne $*
doskey clear = cls
doskey photos = cd "C:\Users\username\Pictures" $T dir /d /o:gne $*
doskey g++ = @echo Compiling using -std=c++11 -Wall -pedantic $T g++ -std=c++11 -Wall -pedantic $*
doskey gcc = @echo Compiling using -std=c11 -Wall -pedantic $T gcc -std=c11 -Wall -pedantic $*
doskey ls = dir /d /o:gne $*
doskey clear = cls
doskey photos = cd "C:\Users\username\Pictures" $T dir /d /o:gne $*
doskey g++ = @echo --- Compiling using -std=c++11 -Wall -pedantic --- $T g++ -std=c++11 -Wall -pedantic $*
doskey gcc = @echo --- Compiling using -std=c11 -Wall -pedantic --- $T gcc -std=c11 -Wall -pedantic $*

:://///////////////////////////////////////////////////////////////////////////
:: PROGRAMS:
::---------
doskey chrome = "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"

:://///////////////////////////////////////////////////////////////////////////
:: ENVIRONMENT VARIABLES:
:: ENVIRONMENT VARIABLES: (Applied each time cmd is run)
::----------------------
set Path = "%Path%;path\to\new\dir"
set USER = John
Expand Down

0 comments on commit 64a53b6

Please sign in to comment.