HP3000-L Archives

October 2004, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Wonsil <[log in to unmask]>
Reply To:
Mark Wonsil <[log in to unmask]>
Date:
Sun, 10 Oct 2004 20:50:59 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
>>> But, you can write a VB.Net (or C#) program that will wait
>>> for a file to be created in a folder on your server.
>>
>
> Thanks do you know if I can do that with VB script ?

http://www.winguides.com/scripting/reference.php?id=150

'VBScript Example
'create file system object
Set fs = CreateObject("Scripting.FileSystemObject")

'create a new text file
Set TestFile = fs.CreateTextFile("c:\testfile.txt", True)

'write a line into the test file
TestFile.WriteLine("This is a test.")

'delete the test file
TestFile.Delete

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2