Combining files without ending up with .out extension

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
jzekeb
Junior Member
Junior Member
Posts: 15
Joined: 2005-01-09, 19:52 UTC

Combining files without ending up with .out extension

Post by *jzekeb »

Is there some way to do this? I do a combine files on .00x files it results in a file named myfile.ext.out. You then have to rename it to get rid of the out.

Any suggestions?
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Yep, it's one of those little big things that annoy me too. I can only assume that ghisler was drunk that day when he has implemented the function... :twisted:

There's nothing you can do besides
- wait for a decent fix from the master himself
- use an external file combine solution you can call from a button or so
- ask me to write an AutoHotkey-Script that will ask you for the wanted extension (well, I don't have any desires to do so right now but I will for sure do it some day ;))

Icfu
This account is for sale
User avatar
Clo
Moderator
Moderator
Posts: 5731
Joined: 2003-12-02, 19:01 UTC
Location: Bordeaux, France
Contact:

Ho!!!

Post by *Clo »

2icfu

:) Hello Jeff !
…I can only assume that ghisler was drunk that day when he has implemented the function... :twisted:
:shock: Ho ! Shocking ! I'm pretty sure that our dear Author drinks milk only ! :D

- Seriously : One can simply use the copy /b on the command line :

Code: Select all

copy /b path\parts.* path\filename.ext
Just to wait for one of your famous scripts ! 8)

Note : when the original file has been split in TC, the "join" (combine) function restores the right file-name and extension, I ckecked again, 'cause I no longer use this a lot by now…

:mrgreen: VG
Claude
Clo
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
User avatar
Hacker
Moderator
Moderator
Posts: 13067
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Maybe this script could be adapted. :)

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
Hacker
Moderator
Moderator
Posts: 13067
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

OK, Combine file parts script done. :)

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Geek! :)

Icfu
This account is for sale
User avatar
majkinetor
Senior Member
Senior Member
Posts: 369
Joined: 2005-11-20, 10:36 UTC
Location: Belgrade, Serbia
Contact:

Post by *majkinetor »

It can be connected through hotkey with some script that will receive selection from TC. That AH script is too much work for this kind of simple thing.
We are not doing this just for the money.
We are doing it for sh*t load of money.
 
 
r-moth.com
r-moth.deviantart.com
User avatar
Hacker
Moderator
Moderator
Posts: 13067
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

That AH script is too much work for this kind of simple thing.
But it exists, as opposed to other solutions. ;)

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Post Reply