So i am creating my own desktop "shortcuts" and my issue is that instead of one of the shortcuts executing an .bat file, it just opens a blank cmd.exeThanks
Code:
//The section in the code:[meterPowerOffClickable]Meter=ImageW=69H=69X=1361Y=950LeftMouseUpAction=["#@#\Bat\shutdown.bat"]RightMouseUpAction=["#@#\Bat\restart.bat"]Greyscale=1SolidColor=00000001z-order=4//The bat file:@echo offshutdown /s /f /t 0
Statistics: Posted by xRedPhantom69 — Today, 11:39 am — Replies 1 — Views 87