powershell使用日记

measure-command {[Command]}用于powershell下测试指令的时间

measure-command {cmd /c [Command]}用于powershell下测试cmd指令的时间

例如measure-command {./test.exe}measure-command {cmd /c "test.exe < test_in.txt > test_out.txt"}

posted @ 2024-10-31 16:56  Zhone_lb  阅读(10)  评论(0)    收藏  举报