How to reference a library?

ryan.gillies

Registered User.
Local time
Tomorrow, 01:54
Joined
Apr 8, 2011
Messages
53
Hi all

I've developed a small script in VBA that has been exported to a BAS file in order for another team to use. The team controls the Batch Processing in our company, and they are attempting to schedule this code to fire every 24 hours.

It uses the Microsoft Scripting Runtime and simply moves files to a certain folder depending on when they were created.

They're receiving an error though, and I wonder if its to do with this reference. They're receiving the following error, and cannot tell me any more.

Code:
[SIZE=2][COLOR=#000080][SIZE=2][COLOR=#000080]C:\CTMPROD\runlib\PPIC\Archiver.vbs(2, 1) Microsoft VBScript compilation error: Expected statement[/COLOR][/SIZE][/COLOR][/SIZE]
If that is the problem, is there a way I can code in a reference to that library?

Many thanks!
 

Users who are viewing this thread

Back
Top Bottom