Winmount: Mounting Large Archives From Floppy

Discussion in 'Software' started by HarryPotter, Apr 9, 2020.

  1. HarryPotter

    HarryPotter MajorGeek

    Hi! I use floppies and had an issue with mounting archives from floppies: sometimes, there's not enough room for the temporary file that WinMount uses when updating an archive file. Now, I have a solution: a batch file that first copies the file to a temporary folder, mount from there then, when finished, move the file back to the floppy. Does anybody want me to post the file?

    BTW, does anybody here use floppies? And, how much does WinMount cost to register?
     
  2. Eldon

    Eldon Major Geek Extraordinaire

  3. HarryPotter

    HarryPotter MajorGeek

    I am foolish enough to use floppies--and enjoy it. :) Thank you for the price! :)
     
  4. Eldon

    Eldon Major Geek Extraordinaire

  5. HarryPotter

    HarryPotter MajorGeek

    I have the free version, but it only allows one archive to be mounted at a time. BTW, I wanted to post a batch file to solve an issue with WinMount and floppies.
     
  6. Eldon

    Eldon Major Geek Extraordinaire

    If you think it might help, upload it.
     
  7. HarryPotter

    HarryPotter MajorGeek

    Okay, here it is:
    ------------------------------
    @echo off
    echo Mounting your WinMount drive now...
    ::Change the path in the next line to the one of your WinMount installation:
    set winmountpath="C:\Program Files\WinMount\WinMount.exe"
    ::Change the path in the next line to the desired work folder:
    set tmppath="%temp%\%~nx1"
    copy "%1" %tmppath%
    start "" %winmountpath% -M %tmppath% -attach -drv:z
    pause
    echo Saving new data...
    del "%1"
    copy "%tmppath%" %1
    if errorlevel 1 echo Error writing new file! & goto err
    del "%tmppath%"
    echo Done!
    :err
    pause
    ---------------------
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds