%
% DOS script launcher...
%
-% Similarly for DOS, any '@' at the start of the line (outside of quotes)
-% will also be treated as comment. This allow you to create a DOS script
-% launcher, to turn ".bat" DOS scripts into "magick" scripts.
+% Similarly any '@' at the start of the line (outside of quotes) will also be
+% treated as comment. This allow you to create a DOS script launcher, to turn
+% ".bat" DOS scripts into "magick" scripts.
%
% @echo This line is DOS executed but ignored by Magick
% @magick -script %~dpnx0 %*