|
|
Managing Detail Files |
|
Creates a details file for a file stored within a TTK. Each details file contains locks and memo information which can be applied to other TTKs.
Catalyst /D TTKName Filename DetailFileName [/IMPORT|/EXPORT]
|
/D |
Create a detail file |
|
TTKName:FName |
TTK Filename |
|
DetailFileName |
Filename of Details file. |
|
[/IMPORT|/EXPORT] |
Import/Export a details files |
|
Filename |
Name of file (in Project Root location of a server-based TM TTK) for which a details file is to be imported/exported. |
Create a details file called C:\Temp\Details.det for the File.exe in the TTK C:\Temp\Samplettk.tkk .
Catalyst /D C:\Temp\Samplettk.tkk C:\Temp\File.exe C:\Temp\Details.det /EXPORT
Import the locks and memo information from C:\Temp\Details.det to File.exe that exists in the TTK C:\Temp\Samplettk.tkk .
Catalyst /D C:\Temp\Samplettk.tkk C:\Temp\File.exe C:\Temp\Details.det /IMPORT