aboutsummaryrefslogtreecommitdiff
path: root/files/batch-compiler-spec/Templates.bci
diff options
context:
space:
mode:
authorMaxxiii <[email protected]>2020-09-02 17:56:51 +0300
committerMaxxiii <[email protected]>2020-09-02 17:56:51 +0300
commit209bbebcdd641d4ad2b53e78478ad68b99501b52 (patch)
treed12bdced7c56c86a3750f9b011873a7888dace49 /files/batch-compiler-spec/Templates.bci
parentUpdate README.md (diff)
downloadnemstools.github.io-209bbebcdd641d4ad2b53e78478ad68b99501b52.tar.xz
nemstools.github.io-209bbebcdd641d4ad2b53e78478ad68b99501b52.zip
Add Batch Compiler spec files, update links to them, ...
update some internal links for subpages, fix subpages menu for Batch_Compiler-Tutorials and Terrain_Generator-Tutorials
Diffstat (limited to 'files/batch-compiler-spec/Templates.bci')
-rw-r--r--files/batch-compiler-spec/Templates.bci17
1 files changed, 17 insertions, 0 deletions
diff --git a/files/batch-compiler-spec/Templates.bci b/files/batch-compiler-spec/Templates.bci
new file mode 100644
index 0000000..909a76a
--- /dev/null
+++ b/files/batch-compiler-spec/Templates.bci
@@ -0,0 +1,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\"" \ No newline at end of file