How should I change privilege level?
I wrote a utility in LispWorks for Windows. It needs to run in Administrator level. Is there a way to up the privilege level inside the Lisp utility? Or would I use foreign functions to call Windows C Language functions? Or is there a way to compile the executable that will run itself in Administrator privilege level?
Ron Lewis
Baltimore, MD 21215-3551
USA