Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Hide/Unhide Program via Script
Name: keridbey Date: August 18, 2008 at 08:31:36 Pacific OS: Win2000 CPU/Ram: 1.8 Ghz / 1 Gb Product: Dell
Comment:
I found a script that will run a program but not display a window (I'm trying to learn VBS):
Set objShell = CreateObject("WScript.Shell") strCommand = "cmd.exe" objShell.Run strCommand, 0
I'm trying to find a way to unhide that program after a specified time (I'm looking to run Performance Monitor on a client PC without the user being able to close the window or stop the monitoring). Ideally, unhiding the program by manually creating a zero-byte flag file in a specified directory would be great, but any method would be welcome.
Summary: I am trying to find a way of writing some sort of program or script that will add some ODBC entries into the system DSN for me as I currently have to manually do this everytime I configure a certain a...
Summary: That second return statement would only be needed if the script was in the same directory as the files that are being copied. If you do need it, it would be moved up a few lines, like this: sub wante...