Why not just call out to a shell and execute the FORMAT command?

  Dim theShell As New Shell
  theShell.Mode = 1
  theShell.Timeout = -1

  theShell.Execute "FORMAT X: /Q /FS:ExFAT /V:DISKNAME
  Do
    DelayMBS(0.25)
  Loop Until Not theShell.IsRunning



> On Jun 30, 2016, at 8:37 AM, Jean-Luc Arnaud <jean-...@cdmultimedia.fr> wrote:
> 
> Hi,
> 
> Is there a function in MBS plugin able to erase/format (High Level and 
> quickly) disks and volumes on Windows?
> Something like the DOS command FORMAT.
> I didn't find what I need in the (very) big documentation.
> 
> TIA for any help.
> 
> -- 
> Jean-Luc Arnaud
> 
> 
> _______________________________________________
> Mbsplugins_monkeybreadsoftware.info mailing list
> mbsplugins@monkeybreadsoftware.info
> https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to