Hello all!
Here is the Scenario:
I have a spreadsheet that has all of the employee's names in the first coumn, and then thier In/Out status in the second, thier clock out time in the third, and thier time-to-be-gone in the fourth. The fifth column calculates the time of return.
I have an...
Okay . . . Mr. Movie -
I'm trying to add a logging capability to it. I would like the information to be "echo"ed to a text file that is stored in a shared folder. Here is the line that is throwing a fit:
------------------------------------------------------------
WshShell.Run("%compspec% /c...
Oh! I'm soooo sorry! I forgot to switch out the dim part of it! It's working beautifully! Thank you soooo very much, Mr. Movie! You are an absolute genius! :)
[∞]MP
Okay, upon implementation I receive this:
Line: 30
Char: 2
Error: Type Mismatch
Code: 0
Character 2 on line 30 is:
------------------------------------------------------------
intReturn = WshShell.Run("%comspec% /c NET SEND " & lbxCOMPUTERS & " " & mleMSG)...
mardmac,
Well, the non-IT staff is really not very sophisticated (tech savvy might be nicer), so I'm not worried about them typing the path . . . but I was attempting to make it easier on the IT staff. I have been struggling with the RUNAS command . . . I am unable to have explorer open a...
Hello everyone!
Okay . . . here is the scenario:
My company has a receptionist that needs to be able to send a message to an active user via NET SEND. I am trying to create an HTA so it is a little more "user friendly" for her. Here is what I have so far:
Fair Warning: I borrowed most...
Hello everyone! I just want to thank everyone for taking the time to read my thread!
Here is the scenario:
I am trying to limit activity in a particular shared folder. We cannot modify the security, or it will be a hassle when the IT staff attempts to access it from within a regular user...
Okay . . . I have a VBS that uses a series of prompts to acquire information. I would like to simplify it by creating an HTML form to collect the data; but have absolutely no idea on how to do this. Here is the original VBS:
' Storage Organizer
'
' Application to record boxes in storage...
Okay . . . I guess that I wasn't clear on the result I needed. I need the script to not echo anything at all if the machine doesn't respond - but if it does, I need it to echo the IP of the machine, or it's name. I'm going to have another VBScript look at this list. I'm sorry for the...
Okay, here is the objective:
I want to be able to ping an external list of machines, and if the machines respond, I would like the machine name to be placed in another text file for a different vbs to reference.
Here is what I have so far:
strMonth = Month(Date)
strDay = Day(Date)
strYear =...
You, sir . . . are an absolute GENIUS! It worked perfectly! Thank you so much! I might be able to sleep tonight! This will make everything SOOOO much easier! I have set up a batch file to copy the file to all of the servers on a daily basis, in case the scenario you presented at the very...
Okay . . . I have to apologize for being a complete idiot, but I still can't get this to work. :( On the implementation - I'm very, very new at this - so you were probably as clear as you needed to be! lol I ran your code as it was displayed, and The email still isn't being sent. I just...
This is how it looks so far. Still no go. :(
'=====================================================
' Beginning of Script
'=====================================================
Const ForReading = 1
Const Source = "\\server2006\tech\servalert\phonelist.txt"
Set objFSO =...
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.