I have looked and searched, but have had NO luck in getting that line to work with either using the CHR(34), Triple Quotes, anything I can think of.. The Shell Command Line is in the above post.

This is the results I get from this code:
Code giving the error below:

Shell $CMD + "c:\fastpush\for /F " + "tokens=1" + " %i in ($WSListing) do call vnc7 %i /user $AdminUser $AdminPW /log /ultra"

ERROR MESSAGE:
'c:\fastpush\for' is no
t recognized as an internal or external command,
operable program or batch file.

This is an Advanced CMD Command "for" in the CMD Compspec. It runs a Batch file as well. The "TOKENS=1" Must be in Quotes inside the command line as well, while the other instructions are VARs from Kixtart and command line switches.

I have gone and read the FAQs, but I am sure I am not doing something right. Any help would be greatly appreciated.