次のコードスニペットを実行しています
Msg * "Hoi %username%, je kunt nu alle vensters sluiten en AutoCAD opniew opstarten"
しかし、%username% の後に新しい行が必要です。どうすればこれを実現できますか?
編集:
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"