SmartVersion | Tools + Scripts

Discussion in 'Application Software' started by LostED, Apr 15, 2019.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,308
    450
    Not really needed, x86 can run on both x86 and x64 systems.
     
  2. vigipirate

    vigipirate MDL Senior Member

    Feb 24, 2011
    396
    97
    10
    ok thank you
     
  3. orvillesnorkel

    orvillesnorkel MDL Novice

    Jan 7, 2014
    21
    3
    0
    #504 orvillesnorkel, Jul 17, 2023
    Last edited: Jul 17, 2023
    Found the answer :)
     
  4. dadvii

    dadvii MDL Novice

    Sep 1, 2023
    22
    13
    0
    Is SmartVersion from Gilles Vollant free? If not, could someone advise on something free that can be used to compress/decompress?
     
  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,766
    7,696
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. dadvii

    dadvii MDL Novice

    Sep 1, 2023
    22
    13
    0
    But you're still required to buy a license. The program is shareware; what happens after 30 days?
     
  7. vanelle

    vanelle MDL Expert

    Sep 22, 2014
    1,544
    1,491
    60
    only the GUI is shareware - a License is for all Programms from gvollant (1 for all !!!) - Winimage, Smartversion, etc. - realy great offer
    the Smartversion Console version is free to use (no license required)
     
  8. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,766
    7,696
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. RHNULL

    RHNULL MDL Novice

    Oct 6, 2018
    46
    12
    0
    Is there is any tool to test svf files in bulk instead of me dropping folder by folder or one by one and use arrows to see if it will give me error or not >? please help.
     
  10. xrononautis

    xrononautis MDL Senior Member

    Mar 30, 2021
    358
    186
    10
    #512 xrononautis, Oct 21, 2023
    Last edited: Oct 21, 2023
    Maybe not exactly what you are looking for but this script by @GezoeSloog could speed up your task? (To be clear this will just batch extract all svf files in the folder. Here I assume that if there is something wrong with the svf file it won't extract.)
    Note that _smv.exe must be placed in the same directory as the script.
    You could even do recursively with a nested for if you have multiple folders to unpack.

    Code:
    @echo off
    
    
    for /r %%i in (*.svf) do _smv.exe x "%%~nxi" -br .
    
      echo -------------------------------------------------------------------------------
    )
    
    REM thnx @ GezoeSloog
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. RHNULL

    RHNULL MDL Novice

    Oct 6, 2018
    46
    12
    0
    Thanks , I don't want to extract the svf files i have , I don't have spaces to extract all of them , I just need to test it , one by one , with a batch to test if it will be open or do a quick test , if anyone have another idea please help , thank you for trying.
     
  12. fox3

    fox3 MDL Member

    Dec 27, 2021
    134
    15
    10
    SVF Tools x32 x64 Multi Drag&Drop | My Digital Life Forums
     
  13. xrononautis

    xrononautis MDL Senior Member

    Mar 30, 2021
    358
    186
    10
    Here is an other solution based on the previous batch.
    Code:
    for %%a in (%*) do "C:\Program Files\SmartVersion\smv.exe" x %%a -br .
    With this you can drop one or many version files into the script and it will extract them for you. So if you don't have enough space for all of them but you could lets say do 5 or 10 at a time this is for you.
    Also this assumes that you have smart version installed in program files. Just put your path there.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,047
    90
    is there a settings that good for ISO svf ?
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,308
    450
    All in here is about ISO SVF, 99% of the users here don't use the GUI.
     
  16. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,047
    90
    is it noticeable faster ?
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,308
    450
    Faster than what?
     
  18. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,047
    90
    compressing make the svf file faster