Do not try to call "vcvarsall.bat" directly from vanilla "remote.cmd" as the Telnetd daemon does not support CALL syntax and parsing is restricted to setting environment variables (set) and echoing text (echo) only.
If you insist to have "remote.cmd' self-contained: 1. start pure vanilla CMD, 2. run set > before.txt, 3. run "vcvarsall.bat", 4. run set > after.txt, 5. Do the diff of before.txt vs after.txt, 6. Copy to remote.cmd the result of diff. -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
