Jump to content

gunsmokingman

Super Moderator
  • Posts

    2,296
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gunsmokingman

  1. I was wondering if I should add this script to the HTA it to list services that are installed on the computer. This makes a text file then it runs it then it deletes it. Save as ListService.vbs
  2. Now a a statement like that is making a assumtion, I do think about what I am saying. Me I do not use Nlite, I prefer to do things by hand, it makes for a better learning experience. Example if I had used Nlite, I would of not learned how to script in these languages, CMD, VBS, JS, HTML and Vb.net. Now I understand that you are trying to quantify the best anti virus out and that find, but the thread reads What Anti-Virus do you Use/Recommend and not What the best Anti Virus When you have finish testing all the listed AV then maybe a new thread with all the results would be better.
  3. Did you have any suggestion as to what else could be added or removed?If any one else would like to add to this project please post a script or suggestion. I give credit inside a comment line in the HTA
  4. It runs fine on my computer, do you have a anti-virus because most of the hta is a vbs script. Also check %systemdrive% to see if this file is there SystemReport_V3.hta, that is the main file
  5. Man that took guts to do that to the plane.
  6. I did not mention nothing, all I said was and I did not mention no other AV, being dislexic can you point out where I said any thing like that. I assume nothing you have made all the assumtions. Rember the more prettier a app is the more resources it will use, any coder will tell you that.
  7. AVG's GUI could be better, and if an anti-virus didn't automatically update, I doubt many would use it. Truthfully the GUI does not matter, I would rather have some thing that works well and look crappy, then some thing that looks great and runs crappy.
  8. I use AVG free I like it, it automatic update works well, I have not caught any viruses with this.
  9. Try This The One after ),1 will open the window in it default size, other numbers to try are as follows Zero = hides the window Two = start the window in the taskbar The true means it will wait for it to finish running what ever you put in there If you put false or leave it blank then then it will run and not wait for whatever you put in the ("PATH_AND_NAME_TO_THE_CMD_OR_FILE_TO_RUN")
  10. I only know a littte about Js Script, I play around with it. The advantage of JS script over VBS script is that it can run on a web page. The changes 1:\ Added a drop down menu called Windows Tools, this has a TD class that act like a button that start the JS script, I may add some more stuff to this menu. 2:\ Added some more Computer Information, where the Windows directory is and Windows Serial Number 3:\ Added the Ram WMI stuff you posted 4:\ Starting to clean up the code for the HTA. SystemReport_V3 with drop menu open, when it close you only see the text Windows Tools When I have all the WMI information completed I will add the to the HTA, what ever else was in your original script. SystemReport_V3, re edit with changes that Yzöwl pointed out. Yzöwl these where never in the script <TR> and </TR> Updated HTA SFX SystemReport_V3
  11. Hey I was wondering if a extra script in JS that would make the list process HTA would be ok. I then could have a button to run the js script, from the main HTA. What I would like to add to the SFX File Save as MKListProcess.Js
  12. I was going to be adding that in soon I just want to make sure the information stuff is done. I am doing a newer version and have made some minor changes to it.
  13. Dman yes it been a while since you last appeared, hope your travels went well. Nice that you drop by hope to see you here more often. Thank you comming from you I really appreciate that comment.
  14. Thanks Yzöwl, I like what you did. Since I am dislexic I find it easier for me to read things as a whole line, when it display the way you have it, I get lost. Example If I am looking at line 10 and it goes to line 15 the object, I may be reading line 21 as line 15. I used to try and do it the way you have it but it cause me to get a lot of errors. So to me I find what you coded hard to read.
  15. I do have the total ram in the script I will add the 1 script you have posted to the hta. I will be adding the second one as I am not sure what the heck the first reports You should also look at Microsoft for a thing called the WMI Code Creator, that what I when using the WMI class. Here is a edit of the code you posted.
  16. Thanks I was thinking of some thing like this to add to the HTA Save As TestListProcess.hta Yzöwl these where never in the script <TR> and </TR> I did this in under a hour and made it only so it would work, I have now edit it to remove redundant stuff. I have 117 lines for the whole script, including comments and spaces. In VBS : that like a new line, and since none my lines exceed 120 to the right this a acceptable practice. Space this out so you could see what missing the green does not show with out the spaces It missing & # 160 ; between the <TD> </TD>
  17. If you have a printer on the network does it pick it up. The hta has gotten to bif to post the code now, it 811 lines long now. Is there any other hardware that should be check for. Is there any information you think I may be missing. Is this what you wanted for the information.
  18. Yes Vbedit is pretty good I like it, it makes scripting so much easier. Have you thought of any thing to add to it yet. I was thinking maybe a list of process that are running while the script is active.
  19. Well I made some small changes 1:\ Partition information I have it report the free space as a percetage 2:\ Add more text that displays the user name that is running the script. Cluberti or RoqueSpear I need some help in making a error control if the computer does not exist on the network, if you guys have the time could you try and script it I am having problem with that part? I am weak on the network stuff, I have only 2 computer that are not networked or connected to each other, so there is no way for me to test for stuff like that. Updated HTA SFX SystemReport_V3
  20. I am getting close to it being finished, I am working on the Network and Printer WMI classes. Glad you like the new style. I added this so you can see that the script is active. If you have any more suggestion I am open to them. Thanks
  21. I have made some changes, this is now a HTA that runs the script, as the script is running it displays what WMI class is being added to the HTA that the script produces. I have also change the final HTA name to the computer thatit being run on. I hope you like this version. Save As SystemReport_V1.hta Updated HTA SFX SystemReport_V3
  22. That is a easy one to do Change this To this Or This Also if there are spaces in the Computer Name then you should change this To this In the next version I will make the above changes added to it. Did you want me to have the HTA go to the User desktop or is %systemdrive% Ok?
  23. I have change the update to a WMI class 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_V4.vbs.txt to SystemReport_V4.vbs, this is a winrar file. Link to SystemReport_V4.vbs.rar
  24. I am not sure how scripts run in virtual pc this may be causing a error I can not say for sure on this. This is the line causing the problem, I am working on using the WMI Class to list the updates. Dim SeekR : Set SeekR = SeekUp.Search("Type='Software'") I use a program called Vbsedit to write my scripts, Version 3.3 this is a evaluation version and it not bad but when you debug it it has a delay to it before it runs. I use the 3.0 version as the debug has no delay, in the evaluation version.
×
×
  • Create New...