For testing purposes, especially for hunting down dependencies and side-effects, I run pieces of code in an env with all aliases and envars removed. If it crashes I put back in and document what's needed and influenced.
That's how I came accross this simple line:
and was surprised to find that restoring the PATH envar is not enough.
PATH points to all the usual places, including _windir.
Which dependency am I missing?
Cheers,
DJ
That's how I came accross this simple line:
Code:
resolution > clip:
Code:
TCC: (Sys) C:\Users\dj\Batch\test.btm [31] Access denied. C:\WINDOWS\COUTf14.JPS"
PATH points to all the usual places, including _windir.
Which dependency am I missing?
Cheers,
DJ