Create a Floppy Image
You can use any of the VBScript programs below in ActiveXperts Network Monitor. Click here for an explanation about how to include scripts in ActiveXperts Network Monitor.
Example(s)
On Error Resume Next Const vmFloppyDiskImage_HighDensity = 2 Set objVS = CreateObject("VirtualServer.Application") errReturn = objVS.CreateFloppyDiskImage _ ("C:\Virtual Machines\Images\\Test.vfd", vmFloppyDiskImage_HighDensity)