AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to VBBS/VADV How-To <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Steve Winn | All | Using 7zip with VADV |
November 14, 2019 10:13 PM |
|||
Tonight I was looking to use 7zip for all archiving needs. Here are the strings I came up with. These are generic but are generally the same for all formats. <format> is the file type (zip, arj, 7z, gz, bzip2, ...) Add: 7z.exe a -t<format> %1 %2 >NUL Move: 7z.exe a -t<format> -sdel %1 %2 >NUL Extract: 7z.exe e -o%3 -y %1 %2 >NUL View: 7z.exe l %1 >%2 Test: 7z.exe t %1 >%2 Comment: rem (unsupported) Here are the formats I currently have configured here plus their hex ids: - supports add/move - zip 504b 7z 377ABCAF271C gzip 1F8B bzip2 425A68 - only supports extract, view and test - arj 60EA cab 4D534346 lzh 002D6C68 rar 526172211A07 -- [AT2k] -- Your VBBS/VADV Support Center -- [www.at2k.org] -- [bbs.at2k.org] |
||||||
|
Previous Message | Next Message | Back to VBBS/VADV How-To <-- <--- | Return to Home Page |
Execution Time: 0.0149 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |