Use from the command prompt like: DirFrom "directory to traverse>destination of output file(fullpath) Example: DirFrom "c:\program files>d:\data\program_files.txt" DirFrom "c:\>d:\data\all_cfiles.txt" The program will translate relative drive letters to absolute paths as may be provided ia a Translation file when it resides in the app.path (ie: the program directory) This version will look at a drive letter to full path Translation file (TranslationTable.txt) to see if the Directory created needs relative paths changed to absolute paths. NOP = NO Operation Required TRS = Translation Required When translation is required, the program calls CIF_with_waiting.exe (from the DirFrom program install directory) If a Translation file (TranslationTable.txt) does not exist in the application path, a default file is created. The default file may then be edited accordingly. Below is an example of such a Translation file A:\,A:\,NOP B:\,B:\,NOP C:\,C:\,NOP D:\,D:\,NOP E:\,E:\,NOP F:\,F:\,NOP G:\,G:\,NOP H:\,H:\,NOP I:\,I:\,NOP J:\,J:\,NOP K:\,K:\,NOP L:\,L:\,NOP M:\,M:\,NOP N:\,N:\,NOP O:\,O:\,NOP P:\,P:\,NOP Q:\,Q:\,NOP R:\,R:\,NOP S:\,S:\,NOP T:\,T:\,NOP U:\,U:\,NOP V:\,V:\,NOP W:\,W:\,NOP X:\,X:\,NOP Z:\,\\wdlsjc13\data\,TRS Before File translated: z:\HWEng\FAQ\allegro14_2 z:\HWEng\FAQ\allegro_footprints z:\HWEng\FAQ\articles z:\HWEng\FAQ\Cadence_sq_signal_model_path_install.avi after translation: \\wdlsjc13\data\HWEng\FAQ\allegro14_2 \\wdlsjc13\data\HWEng\FAQ\allegro_footprints \\wdlsjc13\data\HWEng\FAQ\articles \\wdlsjc13\data\HWEng\FAQ\Cadence_sq_signal_model_path_install.avi hence Ferret32 may search these files and execute them from anyone's system