Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. This is a VBS script that should do what you want. Save As DelSubFolders.vbs
  2. Yzöwl, I dont know if this will help you, but read this link to see if will help. Link To Read Gsm
  3. Have you thought about using a VBS script to make the shortcuts. This script makes a shortcut for Calculator and places it in the quicklaunch folder Save as QL_CalcSC.vbs
  4. I just bought this computer and I am very happy with it
  5. I made a HTA that will Makecab a whole folder and expand a folder. Here is a Link to the thread.
  6. Here a VBS script that will list the installed updates on the computer. Save As UpdatesList.vbs
  7. Here is a Vbs script that will set a restore point Save As CreateSRPoint.vbs
  8. You need to use a different object in the script that allow for the progress bar. Here is your script with some changes made. I have not tested this script. Save As CopySource.vbs
  9. Try this script it will list the contents of any sub folder and there files. I have tested this on XP SP3 and used IE as the folder. See if it runs on your computer Save As List.vbs
  10. If you want to try a VBS script this will check to see if there is a Network drive = Y I have no network to test this on, I only made sure there was no run time errors. If this works I can add the code to do what you requested. Save As Chk_NetDrive_Y.vbs
  11. Here is a VBS script that will report back if it either a x86 or x64 Save as Checkx86x64.vbs
  12. Here is a HTA that uses VBS scripting. I have left comments in it, this should get you started. Save As UserSelect.hta
  13. Here is a VBS script that checks for a service pack is installed if not installed then it will install the service pack. Save As CheckInstallSp3.vbs
  14. Try this VBS script it will do what you wanted. Save As SizeInfo.vbs
  15. This add the Date to the file, as to the rar part you could just change the ".txt" to ".rar" but this would not be a real rar file.
  16. Here try this new code I have tested this and it works Save As Shutdown.vbs
  17. You could use a VBS script as the last entry in your RuOnceEx that will hide the dialog Save as ShutDown.vbs
  18. Try this you will have to add the code you want it to run.
  19. If you are going to be installing from a hard drive you have to put the OEM folder inside of the i386 folder. When you are using UBCD4Win 3.20 open a cmd Promt window where your Xp Source folder is and paste this into the cmd promt window. To get a full list of switches from winnt32.exe open a cmd promt window in Source\i386 folder and paste the below in the cmd promt window.
  20. Read this article from the Hey, Scripting Guy! and you will see it the correct way. How Can I Install Fonts Using a Script?
  21. Try this script make sure the font is in the same folder as this script. Save as AddFont.vbs
  22. I am just trying to provide a template for Covert Ops, it would be up to him to edit it to what he wanted.
  23. The function are there just to make it easier for him to edit. I was not sure how he was going to get StrPassword, StrUser, I was going to add another function to get that info. Since I do not know what he wants to do I just wrote him a script with what was provided, I only tested to make sure it runs without errors, I had the rename part comment so that how I missed that. Here is a updated version with the corrections. I changed the rename part, with this link Rename Method of the Win32_ComputerSystem Class
×
×
  • Create New...