The '<' operator is reserved for future use

前端 未结 4 1408
北恋
北恋 2020-11-27 17:10

I am using PowerShell and am trying to run the following command:

.\\test_cfdp.exe < test.full | tee test.log

test.full is a script that

4条回答
  •  野性不改
    2020-11-27 17:47

    If you want to run this command more times, you can just make a *.bat file with the original syntax. That's another solution.

提交回复
热议问题