Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Need poster program

  1. #11
    SonsOfLiberty's Avatar The Lonely Wanderer
    Join Date
    Dec 2008
    Location
    Capital Wasteland
    Posts
    19,213
    Yeah I'm very, very lazy, so for me personally is the best option
    [center]

  2. Newsgroups   -   #12
    Hi, Is it possible to configure the rarsize in bytes instead of MB in preusenet?

    Thanks

  3. Newsgroups   -   #13
    SonsOfLiberty's Avatar The Lonely Wanderer
    Join Date
    Dec 2008
    Location
    Capital Wasteland
    Posts
    19,213
    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.
    [center]

  4. Newsgroups   -   #14
    I think a mistake has been quantified in MB if you allow preusenet set the bytes would be the much more accurate.
    Last edited by MrBackup; 04-10-2009 at 08:04 PM.

  5. Newsgroups   -   #15
    Quote Originally Posted by MrBackup View Post
    Hi, Is it possible to configure the rarsize in bytes instead of MB in preusenet?

    Thanks
    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"

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •