-
Are you sure the files that you try to run actually exist?
Since it’s essentially a different system, need to rediscover what is available out of the box.
-
To debug a
.batfile, you can replace@echo offat the start of it with@echo on.- Looking at the
vcvarsall.baton my system, you can also setVSCMD_DEBUGenvvar to3to the same effect.
- Looking at the