Hi All,
Any ideas why this process outputs the FLAC file to the location of the vbs script which calls it, rather than the specified network location?
[COLOR=Navy]
Set dMC = CreateObject("dMCScripting.Converter")
dMC.VolumeNormalize = False
dMC.PreserveTags = True
dMC.DeleteSourceFiles = False
Call dMC.AddFromToFiles("\\Networkdrive\share\Network Folder\Tracks Main\Whole\11 - title.aif", "\\Networkdrive\share\Flac Mirror\Network Folder\Tracks Main\Whole\11 - title")
Call dMC.GoConversion("FLAC", False, True, True, False)
[/COLOR]
Any help very appreciated!
Cheers,
J
Any ideas why this process outputs the FLAC file to the location of the vbs script which calls it, rather than the specified network location?
[COLOR=Navy]
Set dMC = CreateObject("dMCScripting.Converter")
dMC.VolumeNormalize = False
dMC.PreserveTags = True
dMC.DeleteSourceFiles = False
Call dMC.AddFromToFiles("\\Networkdrive\share\Network Folder\Tracks Main\Whole\11 - title.aif", "\\Networkdrive\share\Flac Mirror\Network Folder\Tracks Main\Whole\11 - title")
Call dMC.GoConversion("FLAC", False, True, True, False)
[/COLOR]
Any help very appreciated!
Cheers,
J
Comment