--Mounting the CD/DVD-- #mount -t iso9660 /dev/cdrom /media/cdrom (adapt this to your environement) --Mounting the ISO image-- #mount -o loop /path/to/file.iso /path/to/isodest (adapt this...
Option Explicit Dim oFS : Set oFS = CreateObject("Scripting.FileSystemObject") Function FolderEmpty(strFolderPathName) Dim oFiles, oFile, oFolder, oSubFolders, oSubFolder Dim blnFileFound : blnFileFound = False Set...