setenvコマンド
最終更新日:
このコマンドは、 UltraDefrag 固有のユーザーの設定に応じて環境変数を設定します。setenv
C:\Program Files\UltraDefrag>set UD_EX_FILTER
Environment variable UD_EX_FILTER not defined
C:\Program Files\UltraDefrag>setenv
C:\Program Files\UltraDefrag>set UD_EX_FILTER
UD_EX_FILTER=*system volume information*;*temp*;*tmp*;*recycle*;*dllcache*;*ServicePackFiles*;*Windows.old*;*.log;*\Windows\servicing\*
Environment variable UD_EX_FILTER not defined
C:\Program Files\UltraDefrag>setenv
C:\Program Files\UltraDefrag>set UD_EX_FILTER
UD_EX_FILTER=*system volume information*;*temp*;*tmp*;*recycle*;*dllcache*;*ServicePackFiles*;*Windows.old*;*.log;*\Windows\servicing\*
このコマンドはバッチ スクリプトなので、バッチ スクリプトから呼び出すにはシステム コマンドを使用する必要があることに注意してください。setenvcall
1 | call "%UD_INSTALL_DIR%\setenv.cmd" |