When crossdev'ing 060 stuff, for convenience, I put a call to setpatch in the demos startup code, like this:
Execute("c:setpatch", 0, 0);
Actually it's so convenient that I feel like keeping it in the release code too. Demos are often run from cli with no startup sequence which means the user often has to run setpatch manually.
Are there any drawbacks to running setpatch from the demo code? Are there systems where setpatch should _not_ be run?