About jobs under Management
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am trying to create a job ,use Activex Script (VBScript) as language at first step of my job. But i can not make it work.If i write: '-------- Dim value1 value1="something else" '---------- it works but, if i write something complex it fails: '----------- Set fs=Server.CreateObject("Scripting.FileSystemObject") Set f=fs.OpenTextFile("c:\\test.txt",1) f.ReadAll f.Close Set f=Nothing Set fs=Nothing '----------- Would someone give me some working code or tell me the probable mistake that i make? Thanx in advance.. --junior coder--