-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i have two different functions (copy and zip) to b executed. can i do it with with a single wshshell script.i tried----
Dim WshShell, oExec,g,h
h="D:\d"
g="xcopy " & h & " " & "D:\y\ /E & cmd /c cd D:\c & D: & winzip32.exe -min -a D:\a"
Set WshShell = CreateObject("WScript…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
HI all,
I have Ishare URL " www.example.com\ishare " which i opened it thru wshshell.
I want this page to be reloaded every 10 seconds. any help on this would be much appreciated. following is the script,
Dim WSHShell
Dim oShell
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Run("iexplore…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How can I execute two consecutive commands on the command line with the help of wshshell.exec or wshshell.run in vbscript? For example I need to execute cd C:\a and then winzip32.exe -min -a D:\a.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
Is there a way to search the Registry for a specific key?!
I'm using JavaScript to do so, and the msdn Library doesn't mention any such method: http://msdn.microsoft.com/en-us/library/2x3w20xf(v=VS.85).aspx
Thanks,
>>> More
-
as seen on Super User
- Search for 'Super User'
I have strange problem on my HP laptop. This began to happen recently. Whenever I start my machine, Windows 7 Action Center displays the following warning:
You need to restart your computer for
UAC to be turned off.
Actually, this does not happen if it happened once on a specific day. For…
>>> More