samintz
Scott Mintz
- May
- 1,590
- 27
When I issue the following command TCC returns an in-use error message:
I can rearrange the command slightly and use a pipe, and this works:
TCC 16.00.40 x64 Windows 7 [Version 6.1.7601]
TCC Build 40 Windows 7 Build 7601 Service Pack 1
Code:
[C:\TC16] do v in /p (everything -w view.dat) (echo ctbackup %@path[%v])
TCC: (Sys) The process cannot access the file because it is being used by another process.
"C:\Temp\DO_A986.tmp"
I can rearrange the command slightly and use a pipe, and this works:
Code:
[C:\TC16] everything /w view.dat | (do v in @con (echo ctbackup %@path[%v]))
ctbackup C:\CCViews\bug_r22\
ctbackup C:\CCViews\dev_rearch_step4\
TCC 16.00.40 x64 Windows 7 [Version 6.1.7601]
TCC Build 40 Windows 7 Build 7601 Service Pack 1