Need poster program

Yeah I'm trying to figure out how to use all those functions, but it's very complex. I'm looking for software similar to Unison (OS X Newsreader), where you simply drag your file(-s) to window and then it auto creates segment files if it's larger then 50 Mb (or whatever size you specify), creates par2 files and starts uploading. Is there something like that on Windows?
 
Yea I realised after I posted it, I can't figure out how to delete it. :cry:

:lol: Just edit it :) Doesn't really matter though :cool:

AIO uploaders save a butt-ton of time, and plus if you practice due Diligence and check them it will be fine...so far I've packaged alot of them and they've all be fine...you can go the long way but takes twice as long :blink:
 
OK, I really have to test SonsOfLiberty option... :)

Damn, I got to thank you, SonOfLiberty. Your method might not be the same as I used to on Mac OS, but this is the best on Windows for sure... :) Love it!
 
Dunno, looks like you can change the MB, but no to what you want, I think you can still open the program up (source) and re configure that to do that, it's just a simple script, well nothing is simple for me, it's way over my head...I seen you posted at the forums at Alt.binz, so they surely can answer for sure.
 
Yes - you can edit lines 259 and 269 and replace the M from "-v%RARSIZE%M" to B

Existing code :

line 259 :
"%INSTALLPATH%Rar.exe" "a" "-v%RARSIZE%M" "-m0" "-y" "-ep1" "-ed" "-vn" "%TARGETLOCATION%\%FILENAME%.rar" "%PATH%%FILENAME%%EXT%" |

and then line 269 :
"%INSTALLPATH%Rar.exe" "a" "-v%RARSIZE%M" "-m0" "-y" "-ep1" "-x*.nfo" "-r" "-vn"

Change to :

line 259 :
"%INSTALLPATH%Rar.exe" "a" "-v%RARSIZE%B" "-m0" "-y" "-ep1" "-ed" "-vn" "%TARGETLOCATION%\%FILENAME%.rar" "%PATH%%FILENAME%%EXT%" |

and then line 269 :
"%INSTALLPATH%Rar.exe" "a" "-v%RARSIZE%B" "-m0" "-y" "-ep1" "-x*.nfo" "-r" "-vn"
 
Back
Top