diff options
| author | Maxxiii <[email protected]> | 2020-09-02 17:56:51 +0300 |
|---|---|---|
| committer | Maxxiii <[email protected]> | 2020-09-02 17:56:51 +0300 |
| commit | 209bbebcdd641d4ad2b53e78478ad68b99501b52 (patch) | |
| tree | d12bdced7c56c86a3750f9b011873a7888dace49 /files/batch-compiler-spec/Templates.bci | |
| parent | Update README.md (diff) | |
| download | nemstools.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.bci | 17 |
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 |