
Probs creating a FileSystemObject
Yes Of Course!
Set FSO = CreateObject("Scripting.FileSystemObject")
...but without registered scrrun.dll...
Ive registered scrrun.dll with regsvr32 => Thats It
Thanx
Quote:
> Have you tried ...?
> set oFS = CreateObject("Shell.FileSystemObject")
> BTW, all objects are late-bound in script. There is no
> provision for early-binding (i.e. in Dim statements).
> Tom Lavedas
> ===========
> >-----Original Message-----
> >Following Configuration: WinXP SP1, Visual Studio 6
> >I Create a new VBS-File. In This File i want to Set a
> FileSystemObject but
> >it occurs following Error: Module not found. Ive tried
> everything, but
> >without success.
> >Please help, if anybody knows this problem
> >Thanx Alois
> >.