alberthrocks

THE PLOT THICKENS

Mar 28th, 2015
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. $ WINEPREFIX="/home/albert/.wine32" wine apack.exe
  2. ===============================================================================
  3. aPLib example Copyright (c) 1998-2004 by Joergen Ibsen / Jibz
  4. All Rights Reserved
  5.  
  6. http://www.ibsensoftware.com/
  7. ===============================================================================
  8.  
  9. syntax:
  10.  
  11. compress : appack <file> <packed_file>
  12.  
  13. $ WINEPREFIX="/home/albert/.wine32" wine apack.exe apack.exe comp1
  14. ===============================================================================
  15. aPLib example Copyright (c) 1998-2004 by Joergen Ibsen / Jibz
  16. All Rights Reserved
  17.  
  18. http://www.ibsensoftware.com/
  19. ===============================================================================
  20.  
  21. compressed 57344 -> 25605 bytes (44%) in 0.04 seconds
  22. $ aPLib/example/appack
  23. appack, aPLib compression library example
  24. Copyright 1998-2014 Joergen Ibsen (www.ibsensoftware.com)
  25.  
  26. Syntax:
  27.  
  28. Compress : appack c <file> <packed_file>
  29. Decompress : appack d <packed_file> <depacked_file>
  30.  
  31. $ aPLib/example/appack c apack.exe comp2
  32. appack, aPLib compression library example
  33. Copyright 1998-2014 Joergen Ibsen (www.ibsensoftware.com)
  34.  
  35. Compressed 57344 -> 25629 bytes (44%) in 0.02 seconds
Advertisement
Add Comment
Please, Sign In to add comment