这里是引用
D:
echo %cd%
cd ./path
cd …
cd -
cd \
mkdir folderName
md folderName
echo text > pathname
del pathname
erase pathname
rm pathname
rmdir pathname
deltree pathname
edit pathname
rename pathname newName
ren pathname newName
dir pathname
dir
notepad pathname
type pathname
more pathname
findstr keyword pathname
findstr /s /i /m “searchterm” *
dir /s filename
dir /s *.extension
where filename
copy originPathname targetPathname
move originPathname targetPathname
xcopy originPathname targetPathname /I /E /H /K
robocopy originPathname targetPathname /E /COPYALL
curl -o file.zip http://example.com/file.zip
Invoke-WebRequest -Uri http://example.com/file.zip -OutFile file.zip
Expand-Archive -Path /path/file.zip -DestinationPath getFileFolder
winget install soft # such as:winget install Google.chrome
/path/*.exe
msiexec /i /path/*.msi