New
#1
How to redirect a file of input data in PowerShell?
In the past, before Windows 10 update, we had Command Prompt, but now we have PowerShell instead. I would like to know how to use a redirected file of input data into an EXE program. I used to write 'C:\Users\Owner\desktop>program.exe < input.dat' but the system says that '<' is not valid and reserved for future use. How do I get around this?