Search found 1 match
- 02 Jul 2012 03:53
- Forum: DOS Batch Forum
- Topic: Writing 2 batch files into 1
- Replies: 1
- Views: 1835
Writing 2 batch files into 1
I've got 2 separate batch files, the first one checks whether UAC is enabled or disabled. If enabled it calls "uac.bat". REG QUERY HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\ /v EnableLUA | FIND "0x1" >NUL && ( call uac.bat ) || ( echo Go...