Reputation: 65
Is it possible to open a command prompt from inside final builder 6.. with the env created from inside final builder?
Upvotes: 0
Views: 450
Reputation: 603
Yes, just use the Execute Program Action, set the Program File to %DOSCMD% and turn off Wait for Completion and Hide Window. Any environment variables you set in FinalBuilder will be available in the command prompt window.
Upvotes: 1