The command:
ECHO.%DATE% %TIME%: Line 1
ECHO.%DATE% %TIME%: Line 2
results in only the first line being executed 
This is the case either via the admin console (which certainly gives the impression that we can enter multi-line commands) or programmatically using the ISchedulerTask interface.
Andy