blob: abe68875324b20e4e269dee19ad95fcdb9ca3dc3 [file] [log] [blame]
IF NOT DEFINED ACC GOTO empty_acc
IF "%SEPARATOR%" == "" GOTO no_separator
SET ACC=%ACC%%SEPARATOR%%1
GOTO end
:no_separator
SET ACC=%ACC% %1
GOTO end
:empty_acc
SET ACC=%1
GOTO end
:end