I\'ve done a fair bit of bash scripting, but very little batch scripting on Windows. I\'m trying to activate a Python virtualenv, run a Python script, then deactivate the vi
I made a .lnk file that points to cmd /k "path/to the/script/activate.bat", and it works.
cmd /k "path/to the/script/activate.bat"
CMD parameters & options