#61
|
||||
|
||||
ListExt - Ext Listing Of All Files In A Folder
Ext Listing Of All Files In A Folder
Code:
Usage: ListExt.exe <Dir> |
The Following 15 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
:( Sad8669 (16-05-2021), Cesar82 (16-05-2021), dixen (16-05-2021), ffmla (17-05-2021), Flzzy (17-05-2021), GaMEr_2077 (16-05-2021), Gehrman (21-05-2021), Harsh ojha (16-05-2021), kj911 (17-05-2021), L33THAK0R (16-05-2021), Mortal Lord (16-05-2021), Prettyboy099 (17-05-2021), ScOOt3r (17-05-2021), shazzla (16-05-2021), Vladislav989 (04-01-2023) |
Sponsored Links |
#62
|
||||
|
||||
Some of my favourite CLI tools:
https://github.com/roothaxor/Exif-Remove Command Line Exif Data remover - useful for sharing images online http://www.intelliadmin.com/index.ph...s-and-folders/ DelEmpty - remove all empty folders / 0b files verbosely&recursively |
The Following 3 Users Say Thank You to Masquerade For This Useful Post: | ||
#63
|
|||
|
|||
Unity Asset Bundle Extractor
Unity .assets and AssetBundle editor
UABE is an editor for Unity 3.4+/4/5/2017/2018 .assets and AssetBundle files. It can create standalone mod installers from changes to .assets and/or bundles. https://github.com/DerPopo/UABE You can:
Last edited by pratikpatel8982; 26-05-2021 at 19:48. |
The Following 4 Users Say Thank You to pratikpatel8982 For This Useful Post: | ||
Carldric Clement (17-07-2021), Harsh ojha (18-07-2021), L0v3craft (20-06-2022), Rekulou (27-05-2021) |
#64
|
||||
|
||||
Another tool that I use very frequently "Copy File Name".
You can select many files at the same time and do a mouse right click and choose to copy file names. The tool will also copy their extensions. It's very useful!! |
The Following 7 Users Say Thank You to GTX590 For This Useful Post: | ||
ffmla (28-05-2021), GaMEr_2077 (27-05-2021), Grumpy (27-05-2021), Harsh ojha (27-05-2021), L0v3craft (20-06-2022), mausschieber (27-05-2021), Rekulou (27-05-2021) |
#66
|
||||
|
||||
Quote:
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
The Following User Says Thank You to Joe Forster/STA For This Useful Post: | ||
GTX590 (27-05-2021) |
#67
|
|||
|
|||
Select all files , hold shift + right click and select copy as path, after that use notepad++ to replace paths with nothing and you'll get filenames
|
The Following User Says Thank You to pratikpatel8982 For This Useful Post: | ||
L0v3craft (20-06-2022) |
#68
|
||||
|
||||
Quote:
|
The Following User Says Thank You to Carldric Clement For This Useful Post: | ||
GaMEr_2077 (17-07-2021) |
#69
|
|||
|
|||
LRZIP 0.23 x86 compressor
Found very old (13 years ago) LRZIP 32bit console compressors from net. Attached in below. Working from WinXP! Newest 32bit versions not available??
Description: Long Range ZIP or Lzma RZIP This is a compression program optimised for large files. The larger the file and the more memory you have, the better the compression advantage this will provide, especially once the files are larger than 100MB. The advantage can be chosen to be either size (much smaller than bzip2) or speed (much faster than bzip2). Decompression is always much faster than bzip2. Lrzip uses an extended version of rzip which does a first pass long distance redundancy reduction. The lrzip modifications make it scale according to memory size. The data is then either: 1. Compressed by lzma (default) which gives excellent compression at approximately half the speed of bzip2 compression 2. Compressed by lzo which on most machines compresses faster than disk writing making it as fast (or even faster) than simply copying a large file 3. Leaving it uncompressed and rzip prepared. This form improves substantially any compression performed on the resulting file in both size and speed (due to the nature of rzip preparation merging similar compressible blocks of data and creating a smaller file). 4. Compressed by bzip2 as an rzip-like compression format. The major disadvantages are: 1. It only works on single files. To get the best performance out of the compression it is best to tarball all your files together. 2. It requires a lot of memory to get the best performance out of, and is not really usable (for compression) with less than 256MB. Decompression requires very little ram and works on small ram machines. 3. Does not work on stdin/stdout. |
#70
|
||||
|
||||
Quote:
__________________
Joe Forster/STA For more information, see the FileForums forum rules and the PC Games forum FAQ! Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply! Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back! |
#72
|
||||
|
||||
Quick File Hashing
Quick File Hashing v1.0
. |
The Following 4 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
#73
|
||||
|
||||
ListExt v1.0.0.2 - Update
Quote:
This is based on the "arc.groups" file. So place the first "arc.groups" file next to the "ListExt.exe" file. The next step is to set up the "ListExt.ini" file. The aim is to introduce compression methods for each group of files. It is done as follows, Code:
ListExt.ini ; Freearc Compression Methods according to the 'arc.groups' file. $default = srep+nz $text = dict:p+lzp+ppmd:10:512mb+nz $binary = precomp+rep:512mb+lzma:1gb:200:ht4:mc128 $exe = bcj2+rep:512mb+delta+exe+rz $iso = ecm+precomp+rep:512mb+bcj2+delta+lzma:1gb:273:ht4:mc256 $obj = precomp+srep+nz $bmp = bmp+nz $wav = tta+nz $mod = rep:512mb+lzma:1gb:200:ht4:mc128 $precomp = precomp+rep:512mb+delta+rz $jpg = jpg+nz $jpgsolid = precomp+rep:32+nz $compressed = rep:64m+lzma:128m:128:ht4:mc16 ; Other ListExt Settings OverwriteLogs = 1 We're all set now. All that is left is to drag a folder through "ListExt.exe". At the end of the process it'll recommend an appropriate compression method for your respective folder. The file groups and the recommended compression method can be viewed in the ListExt_log.log file created at the end of the process. . Last edited by BLACKFIRE69; 29-06-2022 at 18:30. |
The Following 7 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
:( Sad8669 (29-06-2022), Ele (26-06-2023), ffmla (30-06-2022), Gehrman (30-06-2022), kj911 (30-06-2022), Lord.Freddy (22-08-2022), ScOOt3r (29-06-2022) |
#74
|
|||
|
|||
Quote:
|
#75
|
||||
|
||||
dict = dictionary replacements for texts
, |
The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
Barbarossa178 (29-09-2022) |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
x-box programs | cool_dude_2000 | XBox Games | 4 | 01-06-2003 05:37 |
Best programs to burn? | Rafaelbn | PC Games | 2 | 30-05-2002 10:22 |
Recommendations for Best CDR programs ? Error/fault on Nero ... | shinta | CD/DVD Software & Utilities | 1 | 09-04-2002 12:37 |
Wma & What are the best programs for finding mp3s | adriannqld | Media Files | 4 | 25-07-2001 21:00 |