Question about making a directory text file

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
TMX
Junior Member
Junior Member
Posts: 36
Joined: 2007-01-14, 09:09 UTC
Location: Vancouver BC

Question about making a directory text file

Post by *TMX »

Hi,

Can TC actually pull the directory and save it to a txt file from a UNC path like \\computer1\C$ ?

I want to be able to pull the directory into a text file from a UNC path and save it to txt.

This is easy to do from the command prompt but dont know if TC can do this..

Anyone know?
TMX
Junior Member
Junior Member
Posts: 36
Joined: 2007-01-14, 09:09 UTC
Location: Vancouver BC

Post by *TMX »

Ah.. i found the option myself " Print File List with Subdirs"
User avatar
Clo
Moderator
Moderator
Posts: 5731
Joined: 2003-12-02, 19:01 UTC
Location: Bordeaux, France
Contact:

Save time…

Post by *Clo »

2TMX
:) Hello !

• You'ld have saved time by looking @ THIS PAGE ;)

:mrgreen: KR
Claude
Clo
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
eydaimon
Junior Member
Junior Member
Posts: 57
Joined: 2005-05-21, 19:41 UTC

Post by *eydaimon »

What if I don't want to print it, but just save it as text?
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

1. Call your "Add printer" dialog, manually add the "Standard => Generic / TextOnly" printer, at the FILE port.

2. DiskDirExtended packer plugin, creates browsable directory structure files, compatible with TC *.LST format:
http://www.totalcmd.net/plugring/diskdir_extended.html

3. WdxInfoPacker:
http://www.totalcmd.net/plugring/WdxInfopacker.html
+ any content plugin which can retrieve UNC paths, like "File", "FileX", "TC sample plugin", "Filename_ChrCount", "NicePaths", etc...

4. Ctrl+B, Ctrl+A, cm_CopyNetNamesToClip, afterwards save clipboard to file using CL utility, like Nirsoft nircmd:
Command: nircmd.exe clipboard writefile
Parameter: DirList.txt
5. Use AutoHotkey.

6. Who knows?

Icfu
This account is for sale
eydaimon
Junior Member
Junior Member
Posts: 57
Joined: 2005-05-21, 19:41 UTC

Post by *eydaimon »

awesome :) step 1 worked well!

I didn't try the other options.
Post Reply