Jeg har prøvet at lave en .bat fil med følgende:
start
set #shutdown -A
pause
---
Jeg får følgende fejl: (& den åbner 2 cmd vinduer)
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
C:\Windows>start
C:\Windows>set #shutdown -A
Environment variable #shutdown -A not defined
C:\Windows>pause
Press any key to continue . . .