sanket2799
2 years agoOccasional Contributor
WshShell
I am trying to run a command ""DIR > D:\\test1234765437189.txt"" through WshShell, but am unable to run the same. This command is used to copy all the output of command prompt.
Also alternative to this is to use "<<D:\\test1234765437189.txt" in continuation to any command. This also does not work.
Can you please suggest a solution regarding the same