-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyAliases.mac
42 lines (32 loc) · 1.12 KB
/
myAliases.mac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
;===========================
;= My Command Prompt Aliases
;===========================
;== Paths
desktop=%SYSTEMROOT%\explorer.exe Desktop
;== Profile
reload=%USERPROFILE%\Documents\WindowsCommandPrompt\myCommandProfile.cmd
listpath=echo %PATH%
;== BusyBox
ash=%SYSTEMDRIVE%\DH77EB\Binaries\busybox.exe ash -l
bash=%SYSTEMDRIVE%\DH77EB\Binaries\busybox.exe bash
;== Application
ipscan=%SYSTEMDRIVE%\DH77EB\Binaries\advanced-port-scanner.exe
copier=%SYSTEMDRIVE%\DH77EB\Binaries\unstopcpy.exe
usb=%SYSTEMDRIVE%\DH77EB\Binaries\rufus.exe
ghostscript=%PROGRAMFILES%\gs9.53.3\bin\gswin64.exe -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=gsCombined.pdf -dBATCH
;== Remote
rdp=%SYSTEMROOT%\System32\mstsc.exe /public /v:$1 /prompt /f
externalsupport=%SYSTEMROOT%\System32\quickassist.exe
;== File
listbin=start shell:RecycleBinFolder
;== Hardware
restart=shutdown /r /f /t 0
;=============
;= START NOTES
;=============
;= References:
;= <https://stackoverflow.com/questions/20530996/aliases-in-windows-command-prompt>
;= <https://superuser.com/questions/560519/how-to-set-an-alias-in-windows-command-line>
;===========
;= END NOTES
;===========