Probs creating a FileSystemObject 
Author Message
 Probs creating a FileSystemObject


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



Mon, 28 Nov 2005 21:50:52 GMT  
 Probs creating a FileSystemObject
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
===========

Quote:
>-----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
Quote:
>it occurs following Error: Module not found. Ive tried
everything, but
>without success.

>Please help, if anybody knows this problem

>Thanx Alois

>.



Mon, 28 Nov 2005 22:27:39 GMT  
 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

> >.



Mon, 28 Nov 2005 23:48:01 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Probs, probs, probs...

2. ADOX: probs. creating jet40 objects

3. FileSystemObject Date Created

4. URGENT: bug filesystemobject not created in Win 95

5. Creating folders and the Scripting.FileSystemObject object

6. Creating folders and the Scripting.FileSystemObject object

7. Automation server can't create object and Scripting.FileSystemObject

8. Error Creating FileSystemObject

9. Automation server can’t create FileSystemObject

10. Unable to create FilesystemObject from DevStudio

11. Can't Create FileSystemObject

12. How to create FileSystemObject in .htm file

 

 
Powered by phpBB® Forum Software