This is the problem I\'m having:
@ECHO OFF REM If this batch file is run in the same directory as \"command.exe\" then the REM following line will work. FOR
Add CALL before the program name:
CALL
FOR /F "usebackq" %%A IN (`CALL "C:\Folder With Spaces\command.exe" "C:\File Being Passed as a Parameter.txt"`) DO ECHO %%A