Changeset 18210
- Timestamp:
- Dec 19, 2001, 2:50:06 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/tools/bin/PreloadTools.cmd ¶
r18205 r18210 1 /* $Id: PreloadTools.cmd,v 1. 1 2001-12-19 01:18:18bird Exp $1 /* $Id: PreloadTools.cmd,v 1.2 2001-12-19 01:50:06 bird Exp $ 2 2 * 3 3 * Preloads all the tools which we might turn into using. 4 4 * Specify '-u' to unload the tools. 5 5 */ 6 6 '@echo off' 7 7 8 8 /* … … 19 19 * Find the tools directory. 20 20 */ 21 parse source s String;21 parse source sOS sCMD sSrc; 22 22 sToolsDir = filespec('drive', sSrc) || filespec('path', sSrc); /* with slash */ 23 23
Note:
See TracChangeset
for help on using the changeset viewer.