Is it bug or not?and a wish

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
haibinpro
Junior Member
Junior Member
Posts: 66
Joined: 2005-10-21, 04:55 UTC
Location: china

Is it bug or not?and a wish

Post by *haibinpro »

Is it bug or not?and a wish
1. generate a file with the name:430090.prt.1
2. put the file:"430090.prt.1" into the file "F:\temp\";so the file:"430090.prt.1"'s route should be F:\temp\430090.prt.1 now.
3. zip the file:"F:\temp",so now the file:"430090.prt.1"'s route should be F:\temp.zip\temp\430090.prt.1
4. click the file:"430090.prt."in the temp.zip twice(2 times),and the file show the name as "temp\430090.prt.1"
5.use the natural command of tc to copy the filename,and it copy the 430090.prt.1 but not temp\430090.prt.1
here i make a mistake,td was tc now

here is my wishes:
i usually sort the file by there class,something like this:
I:\soft\appsoft\infomanager\winorganizer\setup.avi
I:\soft\appsoft\other\dm2\setup.avi
I:\soft\appsoft\useful\totalcmd\setup.avi

so ,can Ghisler add some command that have this function(user-defined filename copy):
when i use this command ,the result should be
winorganizer_setup.avi
dm2_setup.avi
totalcmd_setup.avi

and the level could be customed

that is,somethink like
infomanager_winorganizer_setup.avi
other_dm2_setup.avi
useful_totalcmd_setup.avi
Last edited by haibinpro on 2006-06-13, 05:02 UTC, edited 1 time in total.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48108
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

5.use the natural command of td to copy the filename,and it copy the 430090.prt.1 but not temp\430090.prt.1
I don't understand this step. What do you mean?
Author of Total Commander
https://www.ghisler.com
zbx
Junior Member
Junior Member
Posts: 20
Joined: 2006-04-07, 09:32 UTC

Re: Is it bug or not?and a wish

Post by *zbx »

haibinpro wrote:
here is my wishes:
i usually sort the file by there class,something like this:
I:\soft\appsoft\infomanager\winorganizer\setup.avi
I:\soft\appsoft\other\dm2\setup.avi
I:\soft\appsoft\useful\totalcmd\setup.avi

so ,can Ghisler add some command that have this function(user-defined filename copy):
when i use this command ,the result should be
winorganizer_setup.avi
dm2_setup.avi
totalcmd_setup.avi

and the level could be customed

that is,somethink like
infomanager_winorganizer_setup.avi
other_dm2_setup.avi
useful_totalcmd_setup.avi
Use MRT
NAME:[P]_[N]
OR:[G]_[P]_[N]
User avatar
Vochomurka
Power Member
Power Member
Posts: 814
Joined: 2005-09-14, 22:19 UTC
Location: Russia
Contact:

Post by *Vochomurka »

You should try Xxcopy. It can easily do things you are looking for. Best way is to develop batch file(s) and to pass to them parameters like %P from TC.
Single user license #329241
PowerPro scripts for Total Commander
haibinpro
Junior Member
Junior Member
Posts: 66
Joined: 2005-10-21, 04:55 UTC
Location: china

Post by *haibinpro »

ghisler(Author) wrote:
5.use the natural command of tc to copy the filename,and it copy the 430090.prt.1 but not temp\430090.prt.1
I don't understand this step. What do you mean?
sorry to all,i have bad english.and i will do my best to make things i told clearly.
here is my explain about "the natural command of tc to copy the filename"
for example:
the wincmd.ini in my computer have such content:
"
[Shortcuts]
C+1=cm_CopyNamesToClip
C+2=cm_CopyFullNamesToClip
"
so ,ctrl+1 should copy the file's name to clipboard,and i use it in this situation.
and it do copy the file's name,but it's puzzle when i click the file in the zip file,it show the file in the zip's route way.
Last edited by haibinpro on 2006-06-14, 00:01 UTC, edited 1 time in total.
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3864
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

OK, I think I understand:

cm_CopyNamesToClip results in "430090.prt.1" (filename only)

cm_CopyFullNamesToClip results in "F:\temp.zip\temp\430090.prt.1" (including full path)

But what you like to see is "temp\430090.prt.1" (path relative to ZIP root) ... am I right ?

This would be a useful enhancement, but is not possible by a single command right now.

Meanwhile you may try DiskDir Extended - plugin, which creates a list in the way you need.
#5767 Personal license
haibinpro
Junior Member
Junior Member
Posts: 66
Joined: 2005-10-21, 04:55 UTC
Location: china

Post by *haibinpro »

sqa_wizard wrote:But what you like to see is "temp\430090.prt.1" (path relative to ZIP root) ... am I right ?
yes,you are right.
and what i want is no just copy the path relative to zip root.
but also the folder contain the file and the folder contain the sub-folder
that's because when i creat a file about the setup course of tc,and the route is I:\soft\appsoft\useful\totalcmd\setup.avi now,when i need to share this file.i'll
share the folder soft.so people could get this file at this root:\\Server\soft\appsoft\useful\totalcmd\setup.avi. and when i neaten the file ,i may change the file root to I:\soft\appsoft\totalcmd\setup.avi,if i give the man the root like totalcmd_setup.avi,people know what file i share for them.that's better than give the name setup.avi,and i needn't to renewal the root if i change the file's root.
hope you all could get what i mean.
Post Reply