|
|
|
#1
|
||||
|
||||
|
Using AdvSplit tool, work using cmd to join parts?
function JoinFile(const FileName, OutFile: String): Boolean; var Param: String; ResultCode: Integer; begin ForceDirectories(ExtractFileDir(OutFile)); if FileExists(OutFile) then Param := 'COPY /B "' + OutFile + '" + "' + FileName + '" "' + OutFile + '"' else Param := 'COPY /B "' + FileName + '" "' + OutFile + '"'; Result := Exec(ExpandConstant('{cmd}'), '/C "' + Param + '"', '',SW_HIDE, ewWaitUntilTerminated, ResultCode); end; Here is a example using sfk.exe (Swiss File Knife). Split individual parts on especify size... https://mega.nz/#!cAQRjQBJ!gT6Owe5qE...cSgTbzp9tC-EV8 Last edited by Cesar82; 25-05-2017 at 14:38. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Simorq (25-05-2017) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
How to replace these codes with Split.exe in CIU. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tom Clancy's Splinter Cell Conviction | Faks | PC Games - Protection List | 3 | 03-06-2010 02:10 |
| PMA Update failure....????????? | dannyk | DVD Backup Forum | 1 | 05-01-2005 14:19 |
| Flat Out Protection | t.foster73 | PC Games | 59 | 26-11-2004 01:39 |
| HELP ME PLZ!!!! | Dalvin | DC Games | 0 | 02-01-2001 22:15 |
| HELP ME PLZ!!!! | Dalvin | DC Games | 0 | 02-01-2001 22:14 |