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
Also try:
cmd /c '.\test_cfdp.exe < test.full | tee test.log'