Robbie45
unread,Nov 24, 2012, 10:45:30 AM11/24/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi there,
I`m a Newbie in Powershell , i have a small vbscript to convert it but i
dont how.
The VBSscript looks like this :
Dim t
t = 1
Do Until XL.Cells(t,1).Value = ""
If instr((XL.Cells(t,7).Value),"Opera\Opera\cache") > 0 Then
XL.Cells(t,7).Interior.ColorIndex = 43
Else
End If
t = t + 1
Loop
I want it convert to Powershell
I have look in Powergui and de Snippets do like:
do {
if ($true) {
} else {
}
} while ($true)
Please can you help me with that.
Thanks Robbie