I have the following lines in a csv file
server1,server2,6,0,0,100
server1,server2,6,0,0,0
server1,server4,8,9,5,98
server1,server5,8,9,5,100
server1,server6,1,29,8,0
server1,server4,1,29,8,56
etc..
now i only need the unique data of column 2 where column 6 is the numner 0
in a seperate file...
dear readers,
I created a script that , creates an email message and shows it to me, and that works.
after it's shown in outlook 2010 i have to go to options and then to permissions
to disable forwarding for the reciever on that email message before i can send it
( it's a message with...
I'm creating a script that creates a folder and copy's data to a share on the server
First i check wich disk has the most free space
then i create the folder and share on that drive with most free space
No i have the following problem , i have 8 drives C, D, E, F, G, H, I, J
The script...
Hi all,
i have the following sub in a hta :
strgroup = Groups.Value
strText = serverTextArea.Value
arrLines = Split(strText, vbCrLf)
For Each strserver in arrLines
If strserver = <> Then
strPingStatus = PingStatus(strserver)
If strPingStatus = "Success" Then...
Hi all,
my first post and first question, hope i can help others as they hopefully gonna help me
the following code is working but i need it to be part of some more code
so it works untill i make it a sub, and can't figure out what argument i'm missing after it's a sub
If someone can help me...
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.