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