자주쓰느 예제

---------------------------------------------------------------------------------------------------------

CMD 상에서 환경 설정 방법 (path)

C:\>path   : 현재 환경변수 설정 보여줌

C:\>set path   : 현재 환경변수 설정과  PATHEXT 실행파일이 함께 보인다. : .com/ .exe/ .bat 등과같은 실행 파일

C:\>set path=%path%;%ProgramFiles%\Windows AIK\Tools\amd64;

                                                                          : 일시적으로 환경변수 설정 방법. 재시작하면 다시해야한다.

C:\>setx path "%PATH%;%ProgramFiles%\Windows AIK\Tools\amd64"

                                                                          : 환경변수를 영구적으로 추가한다.

[출처] 간단한 java path 설정 방법 환경변수 설정|작성자 water is life
---------------------------------------------------------------------------------------------------------


Quick links

All MS-DOS commands
Secret MS-DOS commands
MS-DOS applications
MS-DOS error codes
Extended error codes
PC extensions
Creating Boot Disk
Batch Files
Known MS-DOS issues
MS-DOS History
MS-DOS Top 10 commands
Questions and answers
Operating system definitions

About MS-DOS

Short for Microsoft Disk operating system, MS-DOS is a non-graphical command line operating system created for IBM compatible computers that was first introduced by Microsoft in August 1981 and was last updated in 1994 when MS-DOS 6.22 was released. Although the MS-DOS operating system is not commonly used today, the command shell more commonly known as the Windows command line is still used and recommended. Continue reading >>

MS-DOS command list

Tip See the complete overview for a brief description on each of the below commands.

A ansi.sys | append | arp | assign | assoc | at | atmadm | attrib
B backup | batch | bootcfg | break
C cacls | call | cd | chcp | chdir | chdsk | chkntfs | choice | cipher | cls | cmd | color | command | comp | compact | control | convert | copy | ctty
D date | debug | defrag | del | delete | deltree | dir| disable | diskcomp | diskcopy | diskpart | doskey | dosshell | driveparm
E echo | edit | edlin | emm386 | enable | endlocal | erase | exit | expand | extract
F fasthelp | fc | fdisk | find | findstr | fixboot | fixmbr | for| format | ftp | ftype
G goto | gpupdate | graftabl
H help | hostname
I if | ifhlp.sys | ipconfig
J None
K keyb
L label | lh | listsvc | loadfix | loadhigh | lock | logoff | logon
M map | md | mem| mkdir | mode | more | move | msav | msbackup | msd | mscdex | mwbackup
N nbtstat | net | netsh | netstat | nlsfunc | nslookup
O None
P path | pathping | pause | ping | popd | power | print | prompt | pushd
Q qbasic
R rd | reg | ren | rename | rmdir | route | runas
S scandisk | scanreg | set | setlocal | setver | sfc | share | shift | shutdown | smartdrv | sort | start | subst | switches | sys | systeminfo | systemroot
T taskkill | telnet | time | title | tracert | tree | type
U undelete | unformat | unlock
V ver | verify | vol
W None
X xcopy
Y None
Z None

 

Posted by 인생역전로또
: