15,050
edits
(→環境變數) |
|||
| Line 29: | Line 29: | ||
| %SystemRoot%\explorer.exe /n, c:\data || 開啟c:\data資料夾的單一視窗 | | %SystemRoot%\explorer.exe /n, c:\data || 開啟c:\data資料夾的單一視窗 | ||
|- | |- | ||
| %SystemRoot%\explorer.exe /e, /n, c:\data || 開啟c:\data資料夾,左方顯示「資料夾」窗格,並且自動展開顯示子目錄 | | %SystemRoot%\explorer.exe /e, /n, c:\data || {{Gd}} 開啟c:\data資料夾,左方顯示「資料夾」窗格,並且自動展開顯示子目錄 | ||
|- | |- | ||
| %SystemRoot%\explorer.exe /e, /n, %HOMEPATH%\My Documents || 開啟「我的文件」資料夾,左方顯示「資料夾」窗格,並且自動展開顯示子目錄 | | %SystemRoot%\explorer.exe /e, /n, %HOMEPATH%\My Documents || 開啟「我的文件」資料夾,左方顯示「資料夾」窗格,並且自動展開顯示子目錄 | ||
|} | |} | ||
== 環境變數 == | == 環境變數 == | ||