Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. Hello and welcome to MSFN.
  2. Hello and welcome to MSFN.
  3. Hello and welcome to MSFN.
  4. Since I am having troubles understanding what you want to do, it sounds like you want a script to go threw all the sub folders in the parent folder. Try this VBS script it will list the contents of all the sub folders in the parent folder. This will saved all the information in a text file in the parent folder. Save as ListSubFolder.vbs
  5. Hello and welcome to MSFN.
  6. Try this Link to see if there are any scripts that might help you.
  7. I hope you are not going to change the computer 200 times. What you need is a script that can read a text file and process it contents in your script. Example ComputerList.txt The above scripts read each line of the text file, and uses that line for the computer name. I added a counter, this is to have a different IP address for each computer.
  8. How many computers are you going to be running this script on? It also a good idea to dim all your objects in a script.
  9. Your code is really sloppy, you only need one of these in your code. Clean up code
  10. Have you tried to add On Error Resume Next that should stop the error message. Here is a script that will ping PC1 computers using WMI, this will only work on XP and up.
  11. Hello and welcome to MSFN
  12. Hello and welcome to MSFN
  13. Hello and welcome to MSFN
  14. Hello and welcome to MSFN
  15. Try this HTA and see if it does what you want.
  16. Maybe try making a array that holds the computers names. Here is a rewrite of your script.I have not tested it.
  17. Yes that just for the switch, you can use /quiet /norestart /nobackup or any other switches.
  18. Yes you could, I just started at KB6 because I think all updates for XP start at KB7.
  19. Batch files is not my best, but try this VBS script. Just place the script in the directory that you have the updates located. Save As InstallKB.vbs
  20. I have updated this app, I fixed a flaw that appeared on XP in my last version. This caused a error if ran on XP This is the fixed line of code, runs on XP Source Code GetKey_V3 New Source Code Get_KeyV1 New Get_KeyV1 GetKey_V3.exe
  21. VBS script is what you want. Example 1 no spaces in path Example 2 spaces in path
  22. Change this Or here is a hta with the button sub added to it
  23. Hide the default window and keep focus until finished Show the default window and keep focus until finished I was bored so I made you a Hta that acts like a splash screen, just uncomment the below code in the hta Place the code for that function here This uses a Three second stop before it process the next timer of Three seconds then it closes it self. Save As MySplashScreen.hta
  24. I wrote a VBS script that should restore the default power scheme. Save as DefaultPowerScheme.vbs
  25. This will make a text file called Text_Report.txt in the folder where the script is.
×
×
  • Create New...