Simple VBS Script to play with
Dim i
For i = 1 to 100
If (i Mod 3 = 0) And (i Mod 5 = 0) Then
Wscript.Echo "Xegben-Kuring"
ElseIf (i Mod 3 = 0) Then
Wscript.Echo "kuring"
ElseIf (i Mod 5 = 0) Then
Wscript.Echo "xegben"
Else
Wscript.Echo i
End If
Next
save this to notepad with file extension of vbs,
then create a shortcut to desktop. set its icon to IE for example
rename your shortcut to Internet Explorer.
you could set i from 1 to 100 or exceed it to 1000.lols (>'.'<)+(='.'=)
Subscribe to:
Posts (Atom)