Hello,
Does input redirection not work in Windows Vista?
I am trying to use a simple input redirection command to display text from a file in the command prompt window:
< MyFile.txt This should take the data from the MyFile.txt file and display it on the command prompt window. However, I get an error that states "syntax is not correct" every time I try this. I had no problems doing this in XP. Why does this no longer work in Vista? I have searched for answers but could not find any.