Changeset 505
- Timestamp:
- Sep 25, 2006, 3:03:27 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/install.cmd (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/install.cmd
r308 r505 30 30 18 Aug 05 SHL Support archiver.tmp install 31 31 08 Dec 05 SHL Drop tarlist.cmd support - now obsolete 32 11 Sep 06 GKY Install new toolbar templates 32 33 33 34 */ … … 549 550 550 551 call InstallFile 'ARCHIVER.BB2' 'ARCHIVER.TMP' 552 553 call InstallFile 'FM3TOOLS.DAT' 'FM3TOOLS.TMP' 554 555 call InstallFile 'CONFIG.TLS' 'CONFIG.TMP' 556 call InstallFile 'FILES.TLS' 'FILES.TMP' 557 call InstallFile 'VIEWS.TLS' 'VIEWS.TMP' 551 558 552 559 rc = stream('QUICKTLS.DAT','c','query exists') … … 1222 1229 exit 1223 1230 1224 /* InstallFile(file, template) install one file from template*/1231 /* InstallFile(file, template) install file from template unless file already exists */ 1225 1232 1226 1233 InstallFile: procedure
Note:
See TracChangeset
for help on using the changeset viewer.
