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 script that based on the link from Microsoft, I have it so it show type and takes the first letter.
  2. Here is another script that will list if the service pack is installed
  3. Yzöwl here is my entry and it more of a cheat, sorry but Windows NT Command Script is not my best. Save as a StringManipulation.vbs
  4. Perhaps try changing the code to be more like this. This is just an example.
  5. This is the line I use for downloading in my net app Here is a link to the MSDN for My.Computer.Network.DownloadFile Method Download File Method
  6. I copy and pasted your code and it seemed to run fine on Vista Sp1. Could you provide more details as to what the problem you are having.
  7. It ran find on my computer, I am on Vista Sp1 This is what it should look like.
  8. I Change the form tag to a body tag, I added 2 function for each radio group hope this is what you wanted.
  9. Here is a script that will list all folders except doc and setting folder. It was easier for me to write up a new script for you.
  10. Felix thank you for finding a way to get the PCType. I have made a HTA with a way to allow the user to add a help url and company name. MkOem_V1H.exe
  11. Check out Updated MkOem_V6 as it been updated.
  12. I have made some changes so it should run on XP I 1:\ Made some changes to the network adapter output 2:\ Made changes to the mother board output MkOem_v6.exe
  13. If you do not want to show any cmd dialogs then try this vbs script.
  14. Here is the same script except I added a check to see if the folder exists.
  15. I wrote this script on Vista, when I get a chance to install XP I will re do the script so it will work on XP.
  16. Read this page as it deals with using VBS script and Local User Accounts. Vbs Script Local Users
  17. Here a cmd file that produces a VBS script that is similar to what Yzöwl posted works the same way. Save As Usb_DriveCheck.cmd
  18. Here is a good spot to learn about VBS scripting The Hey, Scripting Guy! Archive
  19. Here is the same script that list a few more details
  20. It was a sloppy cut and paste there is a extra space in the path Set F1 = Fso.GetFolder(" C:\Users\User1\Documents\Backup Files\Halo\Halo CE Maps") Set F1 = Fso.GetFolder("C:\Users\User1\Documents\Backup Files\Halo\Halo CE Maps") You have to make sure you have that path, or change it to what ever path you want Set F1 = Fso.GetFolder("C:\WINDOWS\system32")
  21. Here is a VBS script that will list the Halo folder and write the text file you want. I added 3 lines of code for making the numbers appear 001, 002 Etc. Save As ListHalo.vbs
×
×
  • Create New...