Im running the following code snipet
Msg * "Hoi %username%, je kunt nu alle vensters sluiten en AutoCAD opniew opstarten"
but i want a new line after %username% how can i achieve this?
EDDIT:
ECHO PROOF OF FILE EXECUTION: > "%username%'s proof of file execution.txt"
ECHO.
ECHO EXECUTED BY: %username% >> "%username%'s proof of file execution.txt"
ECHO ON: %date% >> "%username%'s proof of file execution.txt"
ECHO AT: %time% >> "%username%'s proof of file execution.txt"
ECHO .
ECHO PC DETAILS:
ECHO .
ECHO COMPUTER: %COMPUTERNAME% >> "%username%'s proof of file execution.txt"
Msg * "Hoi %username% je kunt nu alle vensters sluiten en AutoCAD opniew opstarten"