I've taken the liberty of rewriting your script a bit. Is this what you want?
'//******************************************************//
'//SCRIPT NAME :del_logs.vbs
'//AUTHOR :********
'//ENVIRONMENT :Windows 2000
'//DESCRIPTION : Delete log files
'//DATE : 09/29/2008...
Have you tried something like this:
Dim objFSO, objFile
Set objFSO = CreateObject ("Scripting.FileSystemObject")
For Each objFile In objFSO.GetFolder ("C:\DataFolderName").Files ' or wherever your data Is
ParseFile objFile.Path
Next
Sub ParseFile (ByVal strFile)
Dim objInFile
Dim...
When testing, I had myself and 4 additional people for a total of five. That was where I stopped testing. I was looking more for beign able to send DTMF rather than adding people to the conference. However, from what I am able to gather we have the capability to add up to 40 people to a single...
I have a problem on a client's BCM 400 that I can replicate on our BCM 400. I make a conference call via an external line to a second person. After the second person is on the call, if I press the keypad numbers, I can send DTMF tones. I add a third person. I can still send DTMF tones. I add a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.