- Jan
- 617
- 15
TCC 12.01.44
Renaming a directory on a network using TCC is very slow compared to CMD. 3 seconds compared to half a second.
Here's a test I ran. (I broke up my original command line so it wouldn't create the horizontal scroll bar in the forum HTML view and added some flavoring text)
Renaming a directory on a network using TCC is very slow compared to CMD. 3 seconds compared to half a second.
Here's a test I ran. (I broke up my original command line so it wouldn't create the horizontal scroll bar in the forum HTML view and added some flavoring text)
HTML:
[P:\NewTech\test]dir & timer & ren 1 2 & timer & dir & timer &
keystack "ren 2 3" 13 "dir" 13 "exit" 13 & cmd & timer & dir &
timer & ren 3 4 & timer & dir
Volume in drive P is unlabeled Serial number is 18a1:75de
Directory of P:\NewTech\test\*
3/15/2011 13:21 <DIR> .
3/15/2011 13:21 <DIR> ..
3/15/2011 13:01 <DIR> 1
0 bytes in 0 files and 3 dirs
560,658,845,696 bytes free
Timer 1 on: 13:23:27
P:\NewTech\test\1 -> P:\NewTech\test\2
1 file renamed
Timer 1 off: 13:23:30 Elapsed: 0:00:03.06 <-----<<< TCC >>>
Volume in drive P is unlabeled Serial number is 18a1:75de
Directory of P:\NewTech\test\*
3/15/2011 13:23 <DIR> .
3/15/2011 13:23 <DIR> ..
3/15/2011 13:01 <DIR> 2
0 bytes in 0 files and 3 dirs
560,658,845,696 bytes free
Timer 1 on: 13:23:30
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
P:\NewTech\test>ren 2 3
P:\NewTech\test>dir
Volume in drive P has no label.
Volume Serial Number is 18A1-75DE
Directory of P:\NewTech\test
03/15/2011 13:23 <DIR> .
03/15/2011 13:23 <DIR> ..
03/15/2011 13:01 <DIR> 3
0 File(s) 0 bytes
3 Dir(s) 560,658,845,696 bytes free
P:\NewTech\test>exit
Timer 1 off: 13:23:31 Elapsed: 0:00:00.49 <-----<<< CMD >>>
Volume in drive P is unlabeled Serial number is 18a1:75de
Directory of P:\NewTech\test\*
3/15/2011 13:23 <DIR> .
3/15/2011 13:23 <DIR> ..
3/15/2011 13:01 <DIR> 3
0 bytes in 0 files and 3 dirs
560,658,845,696 bytes free
Timer 1 on: 13:23:31
P:\NewTech\test\3 -> P:\NewTech\test\4
1 file renamed
Timer 1 off: 13:23:34 Elapsed: 0:00:03.07 <-----<<< TCC again >>>
Volume in drive P is unlabeled Serial number is 18a1:75de
Directory of P:\NewTech\test\*
3/15/2011 13:23 <DIR> .
3/15/2011 13:23 <DIR> ..
3/15/2011 13:01 <DIR> 4
0 bytes in 0 files and 3 dirs
560,658,845,696 bytes free
[P:\NewTech\test]