|
|
|
#1
|
||||
|
||||
|
@BLACKFIRE69, is it not possible to implement the "Temp" directory during compression to the same FreeArc temp directory?
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
Temp = <Any_Parent_Directory>\<FreearcTmp> * if the freearc's temp folder isn't found, it uses the lib directory (.\) as the temp directory. Code:
------------------------------------------------------------------------------- Pack.bat Command: Arc.exe a ... cls-mpzmt.ini Temp = .\<FreearcTmp> ------------------------------------------------------------------------------- Pack.bat Command: Arc.exe a ... -w=".\_temp1" ... cls-mpzmt.ini Temp = .\_temp1\<FreearcTmp> or Temp = .\<FreearcTmp> ------------------------------------------------------------------------------- Pack.bat Command: Arc.exe a ... -w="H:\Games\Dump" ... cls-mpzmt.ini Temp = H:\Games\Dump\<FreearcTmp> or Temp = H:\Games\<FreearcTmp> or Temp = H:\<FreearcTmp> ------------------------------------------------------------------------------- Code:
cls-mpzmt.ini ; For compression Only. ; Threads = 8. ; Indicator = 0, 1, 2 ; <FreearcTmp> = Freearc's temp directory. (ex: freearc13295784) [mpzmt] Chunk = 64m Threads = 8 Indicator = 1 Exe = .\include\Mpz\mpzapi.exe ;Temp = .\TEMP ;Temp = C:\Users\BLACKFIRE\Documents\RAD Studio\Projects\2010\<FreearcTmp> Temp = .\<FreearcTmp> Code:
Extra: Pack.bat Command: Arc.exe a ... -i2 ... cls-mpzmt.ini Indicator = 2 ------------------------------------------------------------------------------- try with srep+mpzmt and you'll see how it works, Code:
[External compressor:srep]
...
packcmd = srep {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
...
, |
| The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|