How to? run a batch file in administrator mode while debugging in take command software

Oct 13, 2014
1
0
I want to debug the batch script using Take Command Software, but i have to run the batch file in adminstrator mode so that few commands works in elevated mode. how can i debug the batch file in elevated mode. ?
 
From an elevated TCC:

BDEBUGGER script

That ought to do it. Both the script and the debugger will run elevated. You might have to answer another UAC prompt.
 

Similar threads