Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. I will be adding the WMI stuff that you had scripted to this after you have ran that and report if it work on the network. Do you like the way I have the way it displays the information? If you see any spelling mistakes please post, so I can correct them.
  2. Here is how I get it to play in Winamp.
  3. Here is a updated version of the script Changes 1:\ I have added the WMI Class that RoqueSpear wrote 2:\ It in the format that Cluberti wrote 3:\ I have move the Clean Manager and Defrag Buttons, they sit above the Hard Drive Information 4:\ I have change the order in which the information appears 5:\ I have increase the size of the width Updated HTA SFX SystemReport_V3 Removed as not updating this, I have made it a vbs, all you have to do is change this SystemReport_V3.vbs.txt to SystemReport_V3.vbs, this is a winrar file. Link to SystemReport_V3.vbs.rar
  4. Thanks That looks easy to read now, I will re do the newest one in this format.
  5. I do not know what the correct ports is. I have added a Inputbox that allow you to add the Computer Name on the network that you want to run this on. I also added the WMI CDROM and Usb to this one. Updated HTA SFX SystemReport_V3 Removed as not updating this, I have made it a vbs, all you have to do is change this SystemReport_V2.vbs.txt to SystemReport_V2.vbs, this is a winrar file. Link to SystemReport_V2.vbs.rar
  6. I think the VBS script that cluberti posted would be the best way to go, you can start the install from it.
  7. I think the VBS script that cluberti posted would be the best way to go, you can start the install from it.
  8. Nothing it should just install without problems.
  9. I have added to the script, it now makes 3 buttons in the HTA the function of the button are 1:\ Clean manager 2:\ Defrag a drive, this ask if you want to defrag the drive 3:\ Clean Mangager and Defrag this run both with out user intervention This now ask if you want to delete the hta now Save As SystemReport.vbs Updated HTA SFX SystemReport_V3 Removed as not updating this, I have made it a vbs, all you have to do is change this SystemReport.vbs.txt to SystemReport.vbs, this is a winrar file. Link to SystemReport.vbs.rar
  10. I have links to radio station on my web page and they play either WMP or Winamp, have a look at it and tell me if that is what you want. My Webpage
  11. I have added this Hard drive And Partition WMI Class and a check for what Service Pack and Updates that are installed. I will be adding these to it next Software, HardWare, Network. Could You Check and see if you like how I have the HTA disply, also it still deletes itself. Save As ReportComInfo.vbs
  12. I just have it delete because I have not added all the WMI classes to it yet. There is a couple of more left to add. When they are all added then I will have it ask the keep or delete question. If you do not want to delete this file then change this line To This
  13. I used Winrar to make it a SFX file.
  14. Try this script it out put is now a hta this may work on a server Save As ReportComInfo.vbs
  15. Do you mean a Inputbox, where you would type in a radom reply, if so no there is no way to do it threw vbs. There is a work around for it, you would have to use a HTA file that has a textbox and the HTA had a timer on it, that would close after a certin amount of time. Here is a Example Hta Inputbox save As Timed_Inputbox.Hta Here is a SFX of the above file
  16. RogueSpear and eyeball, Thanks for the nice comments on my coding abilities. I guess you could script it to leave a text file for each computer it runs against in the network and leave it as a separate text file.Example If you wanted as singel text file with all the computer it ran against. There would have to be a few changes a made so it could break up each computer into section and list each individually. I just wanted to make sure what you need in this, because it might help you check and see what updates are installed on each machine across a network. Question 1:\ Would another WMI class to list hardware devices be needed in the script? 2:\ How about a defrag routine to be run on each computer in the network? This could use Microsoft built in disk defragger.
  17. Some questions 1:\ Is the output for the Computer, Bios, Processor, Hardrive, Partition, Operating System, Software is this what you need? 2:\ Would you like me to try and add a what updates are installed on the computer, along with what service pack is installed? 3:\ Would the text format be good enough for what you need?
  18. Here is the new script I have add disk and partition information
  19. Perhaps you should use Dim for you varibles. Dim RunFolder, Filelist, strFolder
  20. Ok i will see what I can do, I will post some thing here in a couple of hours. Did you get a chance to try the new script I posted.
  21. I got it to center but what you want to display did not look good <HTML><Head><Body> <Table><TD Align="Center"><pre><b> ________ __ __ ___ ___ ________ / _____/ ____ __ __| | _|__|/ | \\_____ \ / \ ___ / _ \| | \ |/ / / ~ \/ / \ \ ___ ___ ___ \ \_\ ( <_> ) | / <| \ Y / \_/. \ _ | . | _| . | \______ /\____/|____/|__|_ \__|\___|_ /\_____\ \_/ |_||___|_| |_ | \/ \/ \/ \__> |___| </b></pre></TD></Table>
  22. Try this I added another made up entry to it for you, your cmdlines.txt looks correct. You can add a second app to that entry or remove it before trying it.
  23. This was supported in build 5308 but as I said it way to buggy, since the poster never said what build he had and the only version that supports upgrade is 5308, I would assume that he has this build, and not some old alpha builds Why would you want to use a alpha build to upgade I mean I do even use the beta build to upgrade? That is wrong it wil run a lot faster as a real install not some VM machine. Share what you are smoking and I might agree with you Build above 5308 have made a lot of improvements in speed and stability, I have had both build running for over 2 days with no memory leaks and have been happy with the improved performance. I have had no problem playing Sniper Elite, using Psp9, running a FTY server, and using my Bittorent client. I also use VB.net 2005 and VBSEdit, and JsEdit. I am not saying that there are not any problems there is, it a beta and it to be expected, example Alcohol 120 does not install and on build 5342 it wrecked my install. Vista I have not seen any memory leaks like build 4015 that just blew and I know some of the other alpha builds had that problem, but those where before the beta started, and so much has change since those builds where released. Those where alpha build we are in Beta 1 and are getting closer to Beta 2 releases.
  24. Here is a example of a timed message box, with yes no and a defualt time out. The first message box that appears has a 60 second timer on it, the three reply boxes have 15 seconds timers. Some Specail folder locations with time message boxes Here is a Link to a list of specail folders I use VBSedit to write my VBS scripts this is a good program to use here is a Link for VBS Edit
×
×
  • Create New...