First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
Script to import Avaya Informix database
Hello - Please HELP! I need to use information from four tables which are from our phone system (Avaya system; database type = Informix). I've tried to import the info via ODBC (install disk given to us by Avaya, but I need to do it on a Windows Server 2003 server and I am getting an oledb_lt.lic (licensin... 27 Jun 2008 10:05
CDO script causes Exchange Server to hang
Pardon me for making this so vague, but... I have a script that uses CDO to access messages in a mailbox and delete them based on age. The script works fine in testing. It works some of the time in the production environment, but intermittently causes the Exchange Server's local delivery queue to stop proc... 25 Jun 2008 23:14
Disable USD
Hi All, Somebody have step-by-step procure what need do to disable USB drive and ensure that system will not change the key registry when putted new USB pen drive? Thanks ... 30 Jun 2008 11:42
waiting for function/process to finish...
Hi all, I am looking for a simple way to wait for a process/function to finish. I have tried a few combinations of code, however i keep getting various errors and i am getting frustrated, hence the request for help. what i am doing is running a file copy registration function for dll in vbscript that i need ... 30 Jun 2008 20:58
update text file
I need to update a text file. My current attempt is to create a recordset from the text file, which I am thinking I would have to disconnect to make it updatable. Here is my code sample: sql_Regents = "SELECT * FROM [" & str_PlanName & ".csv]" 'Connect to the text file, and create our base RecordSet Set ... 25 Jun 2008 15:01
update text file
I need to update a text file. My current attempt is to create a recordset from the text file, which I am thinking I would have to disconnect to make it updatable. Here is my code sample: sql_Regents = "SELECT * FROM [" & str_PlanName & ".csv]" 'Connect to the text file, and create our base RecordSet Set ... 26 Jun 2008 10:30
Renaming files
Hi: I've written a macro in vba that works well where it will go to a directory, find a file and rename it. The problem is, I can't get it to work in vbs. The catch is that I won't know the exact file name to find. So, for example, the file will begin with "Int_Data" but then the program that creates the ... 25 Jun 2008 16:03
How to mail enable an Distributiongroup
Hello, I am trying to create a distribution group and to mail enable it. I think the code is right, but I always get the runtimeerror: "Object doesn`t support this property or method objGroup.MailEnable" The error occurs on clients without ESM installed and on the Exchange Server himself! Code: Const A... 26 Jun 2008 11:32
Doesn't work
Can anyone tell me why the script will not work? 'Enable or Disable Pop Up Descriptions On Error Resume Next Message = "This script will Enable or Disable Pop Up Descriptions." & vbCr Message = Message & "Don't forget to Refresh the Desktop for this to take effect." & vbCr & vbCr Message = Message & "Continu... 26 Jun 2008 20:48
How to do something in an VBS script for all worksheets of an Exce
hi something like this might work... Sub claudia() For i = 1 To Worksheets.Count Worksheets(i).Range("A1").Interior.ColorIndex = 6 'above is for test only Next i End Sub regards FSt1 "Claudia d'Amato" wrote: I would like to do something in a *.vbs script and all the operations should be app... 26 Jun 2008 18:45
First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50