I am Getting error when I am giving input using a separate input file.
PS C:\Users\Admin\OneDrive\Desktop\Coding_Blocks> ./handling_multiple_input.exe<input_file.txt
./handling_multiple_input.exe<input_file.txt : The term ‘./handling_multiple_input.exe<input_file.txt’ is not recognized as the name
of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
- ./handling_multiple_input.exe<input_file.txt
-
+ CategoryInfo : ObjectNotFound: (./handling_mult...<input_file.txt:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException