Handling Multiple input

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

hello @nikhil.1104

if u r using windows then this command will not work.
pls read on internet how u can read from a file .

or use another file reading method.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.