Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24-09-2019, 19:57
MaXun MaXun is offline
Registered User
 
Join Date: Sep 2019
Location: London
Posts: 4
Thanks: 3
Thanked 2 Times in 2 Posts
MaXun is on a distinguished road
Quote:
Originally Posted by Carldric Clement View Post
I've just update a little bit. Just copy and paste through it.
Code:
function MbOrGB(Float: extended): ansistring;
begin
  if Float<1024 then Result:=NumToStr(Float)+' MB'
  else if (Float/1024)<1024 then Result:=NumToStr(Float/1024)+' GB'
  else if (Float/(1024*1024))<1024 then Result:=NumToStr(Float/(1024*1024))+' TB'
end;
It works! thank.
And how can I add a display of the progress of the extracted files?
Reply With Quote
The Following User Says Thank You to MaXun For This Useful Post:
Celestosapien (15-10-2019)
Sponsored Links
Reply

Tags
compression, games, mini, repack

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with Mini image Soleyu PC Games 9 22-02-2008 06:05
Starforce 3.6 Mini image - Is it possible? neptun PC Games 20 17-04-2007 14:00
Diablo II Playdisk Mini Image NeEkO PC Games 3 09-11-2005 08:05
Help Creating Mini Image Files Evil Homer PC Games 0 09-10-2005 01:19
Possible Main Thread about Mini Images ochentay4 PC Games 0 27-10-2004 12:40



All times are GMT -7. The time now is 04:20.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com