Add new profile to Split file
Moderators: Hacker, petermad, Stefan2, white
Add new profile to Split file
Hi,
pls add new profiles to Split file > Bytes per file (as DVD, DVDDL...)
Thanks
pls add new profiles to Split file > Bytes per file (as DVD, DVDDL...)
Thanks
Add something like
to your wincmd.ini.
No guarantee that this will work for all media (a lot of different formats are defined).
HTH
Holger
Code: Select all
[SplitPerFile]
0=2 GiB (FAT Limit)
1=4 GiB (FAT Limit)
2=4.37 GiB (4.7 GB DVD)
3=7.95 GiB (8.54 GB DVD)
4=8.75 GiB (9.4 GB DVD)
No guarantee that this will work for all media (a lot of different formats are defined).
HTH
Holger
You have an "Help"-menu?panther7 wrote:Thanks, but i haven't wincmd.ini in my totalcmd folder.
Go to "Help > About" where you can see what ini's are used and where they are located.
--
BTW, if you want to have the ini in the program folder
look up the help for "UseIniInProgramDir"
or search the forum for "UseIniInProgramDir=7"
_
Re: Add new profile to Split file
You may add formats manually. Once added, format will be in list so you will need to specify it only once.panther7 wrote:Hi,
pls add new profiles to Split file > Bytes per file (as DVD, DVDDL...)
I think it would be better to write G instead of GiB since TC accepts it as multiplier and not GiB.HolgerK wrote:Add something liketo your wincmd.ini.Code: Select all
[SplitPerFile] 0=2 GiB (FAT Limit) 1=4 GiB (FAT Limit) 2=4.37 GiB (4.7 GB DVD) 3=7.95 GiB (8.54 GB DVD) 4=8.75 GiB (9.4 GB DVD)
Re: Add new profile to Split file
You can even use 1.23 GAGA if you want.MVV wrote: I think it would be better to write G instead of GiB since TC accepts it as multiplier and not GiB.
Only the first character of the postfix (k,M,G) behind the number is taken into account.
Regards20.01.10 Release Total Commander 7.51 beta 1
20.01.10 Fixed: Files - Split: Size field didn't support G GBytes, only M and k -> added G (1 GByte= 1024*1024*1024 bytes), e.g. 0.5 G
Holger
BTW, I tried to split Totalcmd.exe file using '2 GiB (FAT Limit)' - I got 3 pieces by 1.44 MB each (but when I typed just 2 G I got one piece as expected)... It seems like TC doesn't support comments after numbers...
Interesting, I'm splitting TOTALCMD.exe:
Seems like TC incorrectly ignores comments in user-defined split templates.
Interesting, I'm splitting TOTALCMD.exe:
Code: Select all
Template name What I get
1,44 MB (3.5") 2*1.44 MB + last piece
1 Mamama (232) 3*1 MB + last
2 G 1 piece as expected
2 G (FAT Limit) 2*1.44 MB + last piece !!!!!!!!!!!!!!!!
0.2G 1 piece as expected
0.2G (my sample size) 2*1.44 MB + last piece !!!!!!!!!!!!!!!!
Last edited by MVV on 2010-06-29, 10:42 UTC, edited 2 times in total.
Mmmh strange.
I just splitted a file
using
Btw: What Totalcmd.exe are you using that needs to be split into 2G(i)B parts?
Regards
Holger
I just splitted a file
Code: Select all
File.Ext 3.840.211.800 bytes
and got2gaga
Code: Select all
File.001 2.147.483.648 bytes
File.002 1.692.728.152 bytes
File.crc 61 bytes

Regards
Holger
-
- Member
- Posts: 149
- Joined: 2008-10-14, 17:12 UTC