This is pretty weird. I have a simple batch script:
@echo off
@echo test> text.txt
When I run it without elevated permissions it creates "text.txt", which contains "test" inside it.
However when I run the same batch file WITH elevated permissions it does nothing. Why?