

InterviewSolution
Saved Bookmarks
1. |
Solve : Command Prompt -- redirect output of program to variable? |
Answer» I'm trying to PIPE the OUTPUT of a program (a string) into a variable. When I try the below code, the command RUNS but the variable isn't created: |
|