Templates.bci 700 B

1234567891011121314151617
  1. // Written by: Ryan Gregg
  2. // Created: December 5, 2004
  3. Once
  4. Define "Splash" "echo ###################################################\n"_
  5. "echo # Batch Compiler #\n"_
  6. "echo ###################################################\n"_
  7. "echo ###################################################\n"_
  8. "echo # Please report bugs to: [email protected] #\n"_
  9. "echo ###################################################\n"_
  10. "echo.\n"_
  11. "echo Written At: ${Date} ${Time}\n"_
  12. "echo BC Version: ${Version}\n"_
  13. "echo.\n"
  14. Define "LogViewerRun" "if exist \"${FilePath}\\${FileName}.log\" \"${LogViewerPath}\" \"${FilePath}\\${FileName}.log\""