Question : How do I run some vbs script on my server

I have a script that I wish to run on my 2003 server. I am assuming through research on the net that I can run it from the command prompt. I have conflicting info from the net though as to how to do this. Some say put the script you wish to run in a .cmd file, some say put it in a .vbs file. Confusion reigns in my head. I assume that if I am putting it in either a vbs or cmd file then i can do this from notepad and it save it off accordingly? How do I then run it?

Thanks in advance

Answer : How do I run some vbs script on my server

The form is based upon a table?  Does the table have a field to store the Date/Time value?

Let's assume the field is named fldDateTime
Add the field to your form (anywhere) and set its Visible property to No
On the Click event of the Save button add
Me.fldDateTime = Now()

OM Gang
Random Solutions  
 
programming4us programming4us