Getting last fm played #s
Asked By
10 points
N/A
Posted on - 07/27/2012

Hi friends,
I was trying to install media player for my system when installing the plug-in I get the following errors on my screen:

Error #500 – Microsoft VBScript runtime error
Variable is undefined: 'fso'
File: "C:Users      AppDataRoamingMediaMonkeyScriptLastFmImport.vbs", Line: 85, Column; 0
                            OK

Thomas Dolby – Jealous Thing Called Love – MediaMon…
Variable is undefined: 'fso"
                            OK
Are there any necessary steps required before installing the plug ins? I have written the following code in VB under this plugin:
Â
Dim oShell : Set oShell = CreateObject( "WScript.Shell" )
Dim ScriptFileSaveLocation : ScriptFileSaveLocation = SDB.ScriptsPath&"LastFmImport"
Â
If Not fso.folderexists(ScriptFileSaveLocation) Then <– Fails Here
  fso.CreateFolder(ScriptFileSaveLocation)
End If
Â
I am using OS windows 7 64 bit and media monkey:4.0.3.1476.
Â
Looking forward to your suggestions.
Â
Regards,
Â
Hilary.
