Re: Run VBScript as a process
From: Programmer Dude (Chris_at_Sonnack.com)
Date: 01/28/04
- Next message: Programmer Dude: "Re: Flame Bait! Windows vs: The Unices"
- Previous message: Programmer Dude: "Re: Academic research aimed at improving programmer productivity?"
- In reply to: Adam: "Run VBScript as a process"
- Next in thread: Adam: "Re: Run VBScript as a process"
- Reply: Adam: "Re: Run VBScript as a process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Jan 2004 11:52:22 -0600
Adam wrote:
> Does anyone know how to load a VBScript script into memory (have it
> run continuously)?
When you run it, it IS loaded in memory. I think you mean something
like a "TSR", driver or daemon? In Windows, you'd want to look into
Services, but I don't think a script can be a service. You'd need
to work with a compilable language, AFAIK.
> I am wanting to automatically rename files as I copy them to a
> specfic directory, thus the script must constantly "execute".
Can't you just run the renaming part in a loop and leave the thing
running?
-- |_ CJSonnack <Chris@Sonnack.com> _____________| How's my programming? | |_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL | |_____________________________________________|_______________________|
- Next message: Programmer Dude: "Re: Flame Bait! Windows vs: The Unices"
- Previous message: Programmer Dude: "Re: Academic research aimed at improving programmer productivity?"
- In reply to: Adam: "Run VBScript as a process"
- Next in thread: Adam: "Re: Run VBScript as a process"
- Reply: Adam: "Re: Run VBScript as a process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|