SyntaxFix
Write A Post
Hire A Developer
Questions
my way is to write an actual batch (saying "foo.bat") to finish the job; then create another "start.bat":
@echo off cmd /k foo.bat
I find this is extremely useful when I set up one-time environment variables.