Windows CMDコマンド使用
8262 ワード
クエリーヘルプ
ファイルコピー
C:\Users\conling>xcopy/? ファイルとディレクトリツリーをコピーします.
XCOPY source destination
IPの修正
ルーティングの追加
永続的なルーティングがレジストリに格納される場所は
ディレクトリアクション
共通コマンド:
/?
ファイルコピー
C:\Users\conling>xcopy/? ファイルとディレクトリツリーをコピーします.
XCOPY source destination
:
xcopy /e /H "E:\Program Files (x86)
yfedit7
ewfiles\myBase.ini" "E:\CANDY\Desktop"
/E , 。
/H 。
/Y
IPの修正
netsh interface ip set address name=" " source=static addr=192.168.0.118 mask=255.255.255.0 gateway=192.168.0.1 1
netsh interface ip set dns name=" " source=static addr=114.114.114.114
bat , ANSI , windows :
netsh interface ip set address name=" " source=static addr=192.168.0.1 mask=255.255.255.0 gateway=192.168.0.1 1
@ pause
ルーティングの追加
永続的なルーティングがレジストリに格納される場所は
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\PersistentRoutes
add
change
delete
print Destination
IP , :
route print
IP 10. , :
route print 10.*
192.168.1.1 , :
route add 0.0.0.0 mask 0.0.0.0 192.168.1.1
10.0.0.0, 255.255.255.0, 192.168.0.1 , :
route add 10.0.0.0 mask 255.255.255.0 192.168.0.1
10.41.0.0, 255.255.0.0, 10.27.0.1 , :
route -p add 10.41.0.0 mask 255.255.0.0 10.27.0.1
10.41.0.0, 255.255.0.0, 10.27.0.1, 7 , :
route add 10.41.0.0 mask 255.255.0.0 10.27.0.1 metric 7
10.41.0.0, 255.255.0.0 , :
route delete 10.41.0.0 mask 255.255.0.0
IP 10. , :
route delete 10.*
10.41.0.0, 255.255.0.0 10.27.0.1 10.27.0.25, :
route change 10.41.0.0 mask 255.255.0.0 10.27.0.25
ディレクトリアクション
DIR [ ] [/S][/W][/P][/A] : /s /w /p /a DIR format.exe /s format.exe
MD (MKDIR) [ ] MKDIR HELLOWORLD HELLOWORLD
CD (CHDIR) [ ] PS: CD AA AA ,cd .. cd \ ;cd c:\windows c:\windows
RD ( RMDIR) [ ] RD HELLOWORLD HELLOWORLD
共通コマンド:
write———-
notepad——–
diskmgmt.msc—
devmgmt.msc—
services.msc
regedit.exe—-
mstsc———-
osk————
format h: ----
chkdsk.exe—–Chkdsk /F 。
sfc /scannow—–
net user /add
net user guest /active:yes guest
net user
net user
net localgroup administrators /add “ ”
net view
netstat -a , netstat -an