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 will get the file version of the file. All you hace to do is drag and drop the file or files onto the script. Save As FileVersion.vbs
  2. You could also use the Split method or Split and Replace methods Example You have this path C:\SomeFolder\Folder\Name.Ext Example Split Example Split And Replace
  3. The first one works on Vista correct this one I tested on Xp and it worked. I didnt recieve any errors.
  4. Here try this VBS script it should do what you want. You will have to add thew name of the folder to the script. Save As SearchUsersFolder.vbs
  5. Perhaps something like this. Save as SendTo.vbs
  6. Since you have tried the suggestions and they did not work. 1:\ You could try a install from windows and do a update type of install 2:\ Do a full format and a reinstall the whole OS.
  7. I have had SP1 since they released it on connect. I enjoy that Vista is now a little more faster. The only thing I didnt like was how long it took to install SP1 on Vista RTM. I was glad when MS placed a ISO of Vista with SP1 intergrated, on connect so now I do not have to install SP1 on to my RTM Vista. I do not like the way you have to intergrate SP1 to Vista seems like to much work.
  8. In VB.net hit the help menu then select search then type in Treeview.
  9. Thanks for the nice words I forgot to even mention the Jscript56.chm as a source. You can also update the script engine to 5.7 Results for - Windows Script 5.7
  10. This The Hey, Scripting Guy! Archive is a very good place to learn about VBS Scripts.
  11. Here is a VBS script that checks 1:\ It a hard drive 2:\ Checks For D Drive 3:\ Checks To Make Sure The Reg File Exists You will have to supply the path to the reg file Save As CheckDrv.vbs
  12. Try this it should produce the messagebox if nothing is selected.
  13. I do not know much about VB but VBS script is similar, so this is the way I would run a app and wait for it to be completed. Example VBS So it looks like from your code you are not passing ,1,True these paramaters. Those mean normal window and wait for it to finish. I do not know if VB allows for those paramaters. Perhaps try this
  14. It would help if you posted the code, my powers of seeing other people code in my mind does not work to good.
  15. Script to set disk space Save as SysRestore_DiskSpace.vbs
  16. From what you posted your code is missing this. Perhaps this
  17. Try this for the password. The group stuff I do not know much about, perhaps someone with more information might reply.
  18. Thanks I took what you posted and fixed it up so it will only work if there a 2 value from the textboxes. Save as a hta file.
  19. I have made a couple of changes to the script. This works like this 1:\ Checks to see if the drive is ready 2:\ Checks if the drive is a CD or DVD drive 3:\ Checks for a filein the i386 folder 4:\ If all three are true then it does the copy and reg stuff 5:\ Will report if there was no source CD or DVD
  20. Yzöwl Thanks Code updated to this link Updated RarUpdated Rar I made a App in VB 2008 that does more or less what the hta does. This requires net framework to be installed, for the app to work. DemoTxtCmd.exe
  21. I was reading this page at the Hey Scripting Guy, How Can I Create an HTA For Displaying Log Files. I like the script so i modified it to list all the text files on the local computer. Code updated to this link Updated Rar
  22. With not much info here is a demo I made for you. Save as Arg.vbs
  23. I have updated the Manage User Tool, and thank you to those who have tried this. New Code ManageUsers.exe
×
×
  • Create New...