1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

have fun everyone.
adding something like this would be cool.
...folks...that reminds me of that part in National Lampoons vacation where they get to wally world and that moose says "Sorry, folks! We're closed for two weeks to clean and repair America's favorite family fun park. Sorry, uh-huh, uh-huh, uh-huh!" - good times
Set objWSHShell = CreateObject("WScript.Shell")
Set objFSO = CreateObject("Scripting.FileSystemObject")
MyDir = "C:\MyVariableDirectory\"
If objFSO.FileExists(MyDir & "MySleep.vbs") Then MyFileExists = True Else MyFileExists = False
If MyFileExists = False Then
Set HalXBrain = CreateObject("UltraHalAsst.Brain")
HalXBrain.AppendFile(MyDir & "MySleep.vbs"), "WScript.sleep 1000"
Do Until objFSO.FileExists(MyDir & "MySleep.vbs") : Loop
End If
objWSHShell.Run """" & MyDir & "MySleep.vbs" & """", ,true
