Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. Here is a vbs script that searches all local drives, folders and sub folders for the file extention CSV When it finds one it copies it to the location you want. This one copies the files to the destination folder This one copies the files to the destination folder, and if a the file exists in the destination folder this will overwrite the existing file
  2. WMI means Windows Management Instrumentation Read this for more information WMI Information The script posted are for VBS scripting langauge.
  3. It means compadibilitly mode, spelling my be wrong.
  4. Here is a idea you may want to try instead, install the drivers from the cmdlines.txt at the 13 minute mark.
  5. I reinstall approx once a year for XP, if I feel like it. I have never had a problem with adware, spyware, virus using Internet Explorer.
  6. Here is a script that will list the KB info you wanted and the version of net frameworked installed Yes to the second question
  7. I think it applies to the current user.
  8. This is a script to pin something to the start menu
  9. I have redid the above script to this Save as ListUpdates.vbs
  10. I really do not know, I just re wrote kev_147. Your script would not work with mine as it 2 different langauges. I would use something like this if it can be added to the OEM.ini
  11. Thanks but I am not a legend, just got lucky on writing this.
  12. Did not even notice that thanks. Vista seems to be reporting my mic I have for the web camera I have.
  13. Thanks cheers also will give it a whirl!! Thanks, I might make it into a HTA so it has a user interface if there is a need for it.
  14. I re did the script for you and made some changes Save as MkOem.vbs Note I re did the script on Vista and it reads my Video Card twice, I think that is because my card has a tv out line. I will test this script later on my XP install later to see if it reports the video card info the same way. Updated MkOem_V6
  15. The HTA is 775 lines of the code so it does not fit. Just DL the SFX extract the files with Winrar and read the HTA, with notpad or what ever editor you use.
  16. Thanks
  17. This is some thing I made to change the defualt boot menu name for Vista This will change the legacy name on the Vista boot menu VistaBootMenuChange.cmd ChangeOldVersionWindowsBoot.cmd
  18. The VBS script way This opens IE as that is the only browser I use, so I do not know if it will work with other browers.
  19. Since I do not know the purpose of your script here is what I wrote up for you to try. You may have to make some changes.
  20. You can use the ping cmd instaed of sleep and you do not have to download nothing for the ping cmd it built in. This will pause the script for approx 30 seconds ping -n 30 127.0.0.1>nul
  21. Try to change the querry to this This look for a folder called test so the drive letter does not matter. Or try it in this order
  22. Thanks for the info down loading it now.
×
×
  • Create New...