Create Custom Folder Name

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
KucingLapar
Member
Member
Posts: 134
Joined: 2007-06-25, 11:54 UTC

Create Custom Folder Name

Post by *KucingLapar »

hi..is it possible to create dated and time-stamped folders via tc's folder creation dialog..is there particular syntax i can enter there, maybe like [yyyy]-[mm]-[dd] any other hacks or tricks to do that also appreciated..thanks
User avatar
roentgen
Power Member
Power Member
Posts: 757
Joined: 2005-12-03, 19:58 UTC

Post by *roentgen »

2KucingLapar
What's the point in entering YYYY instead of 2007? You'd still have to type 4 chars.

But with the directories already created you could use the "Multi-Rename Tool" to insert dates and time stamps.
TC for Linux please!
User avatar
djk
Power Member
Power Member
Posts: 1651
Joined: 2003-03-17, 11:33 UTC
Location: Poland
Contact:

Post by *djk »

DJK
Totally addicted to Total Commander
totalcmd.pl
en.totalcmd.pl
KucingLapar
Member
Member
Posts: 134
Joined: 2007-06-25, 11:54 UTC

Post by *KucingLapar »

@roentgen
i was asking because i stumbled upon this program called Custom Folder..
kutinsoft[dot]com/ProductInfo/CustomFolderInfo.php

kutinsoft[dot]com/images/CustomFolder.gif

it lets you to create folders name based on user defined templates right from the context menu..and [yyyy]-[mm]-[dd] is just a random example of the possible templete that i could think of..just to give you an idea what i was talking about in my first post..so i was wondering if there's particular syntax i could type in the tc's folder creation dialog to get same result..is there such function in tc 7 to create folders based on templete? maybe i overlook it in the help file

@djk
thanks for your links..i guess among 3 links you gave, 1 Click New File comes closest to function in Custom Folder..
en.totalcmd.pl/download/add/add/1_Click_New_File
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

There is another app you can use – New File Wizard – which offers several templates:
http://www.qunomsoft.com/nf_index.htm
http://www.qunomsoft.com/nf_tc.htm

Also you can use AutoHotkey scripts for your purpose.
is there such function in tc 7 to create folders based on templete?
Nope.

Icfu
This account is for sale
jrbrown00
Junior Member
Junior Member
Posts: 26
Joined: 2003-04-23, 15:49 UTC

Re: Create Custom Folder Name

Post by *jrbrown00 »

I use a freeware app called tclockex <http://www.rcis.co.za/dale/tclockex> which enhances the system clock in the tray. One of the customizable features I use the most is the ability to click on the clock and have the current date copied to the clipboard. When I use TC to copy a file or create a folder, it is simple to paste the copied date into the dialog box. The format can be customized to your own preferences.
KucingLapar
Member
Member
Posts: 134
Joined: 2007-06-25, 11:54 UTC

Post by *KucingLapar »

@icfu/anyone

do you have sample ah script for that?
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

CreateDirWithTimestamp.ahk:

Code: Select all

FileCreateDir, %A_YYYY%-%A_MM%-%A_DD% %A_Hour%-%A_Min%-%A_Sec%
Just drag&drop that script to the buttonbar and remove the button's start path! You can also create a user command with that script and assign an alias, a hotkey, etc...

Icfu
This account is for sale
KucingLapar
Member
Member
Posts: 134
Joined: 2007-06-25, 11:54 UTC

Post by *KucingLapar »

nice!..thanks icfu..it works like charm..thanks also to others who helped..
Post Reply