Changeset 853
- Timestamp:
- Feb 19, 2014, 6:30:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scripts/server/chktdb.cmd
r852 r853 1 /* Test all Samba TDB files for integrity 2 Version 1.2 (c) 2013 by Herwig Bauernfeind 3 for bww bitwiseworks GmbH. */ 1 /* 2 3 Samba Server for eComStation (OS/2) tools 4 Version 1.2.1 5 (c) 2013 Herwig Bauernfeind for bww bitwise works GmbH. 6 Script: ChkTDB.CMD, requires REXX and tdbtool.exe from Samba 3.3 or better. 7 Purpose: Test the integrity of all TDB files in the current diectory. 8 In case a TDB file fails the integrity check the resulting 9 logfile is preserved and carries a name of xxx.tdb.err 10 Syntax: No parameters. 11 12 */ 13 14 call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs' 15 call SysLoadFuncs 4 16 5 17 ok = SysFileTree("*.TDB",tdb.,'FO')
Note:
See TracChangeset
for help on using the changeset viewer.