paullab Posted November 14, 2006 Share Posted November 14, 2006 (edited) A front end for the PStools Collection FROM Mark Russinovich (or any other program / system administration tool it is you want to add) it expects the pstools programs and dll to be in the same directory as the script What you see as the command line is executed this means that if you wish to change the command sent then simply edit it and hit 'Go' Uses Event mode to keep the command line updated (Well all except the last control changed) this is why there is the Click Here in the header It is easy to add your own tools to this Simply add another TAB with required parameters on itAdd a tabname change function that sets the $PSCommandLine input box to the required value Known issues Event mode works well except for changes in the last field Not all parameters for all tools are catered for (Only those I use regularly) (but you can add them manually) Validation is still a little loose so you need to know a little about PStools Does not handle things very well when the progrm being run wants an enter keypress PSloglist has not been completed (OK, not even started) Does not save previously entered valuesNow includes a checkbox to accept the Microsoft EULAHave a Look at this post for the most recent includes required.http://www.autoitscript.com/forum/index.php?showtopic=36245&view=findpost&p=646185PSTools.au3PSToolsAcceptEULA.au3 Edited December 22, 2009 by paullab armoros 1 Wallpaper Rotatorwith overlay, Loop through a folder of wallpaper & another of overlay, then create a combined image and set it as the wallpaperE-Mail passthru, Send any file, even executables via e-mail as plain text. The recipient can then later re-construct them.Slideshow widget, A slideshow widget similar to the Vista onePredictive typing using the Numpad, Predictive typing using the numpad of a keyboar similar to that on a mobile phone (the key is the .t16 file).PSTools Front End, For Remote Admin. Just makes life a lot easier (Demonstrates executing external programs and passing parameters, tabbed form Handling STDIN/STDERR)FTP Helper application Up and Download files from an FTP server demonstrates this and Tooltray TipsShow a Map of your Post-codes/Zip Codes, Uses the Clipboard, Hotkeys, the system tray (incl. menus)Disc/CD/DVD Catalogue, Ideal for all those Covermount Discs (Demonstrates Array handling, executing DOS programs, handling STDIN/STDOUT recursive directory reads, file searching.)YAST , Yet another Stopwatch/Timer (Uses a hotkey, Copies to clipboard, handles multiple events and stays on top)Keyboard Status Indicator , Indicates status of NumLock, Caps Lock and Scroll Lock Keys, demonstrates API calling & System tray Icon Toggling Link to comment Share on other sites More sharing options...
iceberg Posted November 15, 2006 Share Posted November 15, 2006 nice job paullab. i use pstools often. thanks. mouse not found....scroll any mouse to continue. Link to comment Share on other sites More sharing options...
ptrex Posted November 15, 2006 Share Posted November 15, 2006 @paullabThere is a nice one here as well http://www.dadsproject.com/FePsTools/screenshot.htmlregardsptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
paullab Posted November 23, 2006 Author Share Posted November 23, 2006 nice job paullab.i use pstools often.thanks.the Kudos should go to Mark for all the real work (there is ver little in terms of remore administration that you can't do using his tools)I am not sure how license will change now that MS have bought SysInternals, but would think it wise to download and use the current PSTools license before it becomes to restrictive! Wallpaper Rotatorwith overlay, Loop through a folder of wallpaper & another of overlay, then create a combined image and set it as the wallpaperE-Mail passthru, Send any file, even executables via e-mail as plain text. The recipient can then later re-construct them.Slideshow widget, A slideshow widget similar to the Vista onePredictive typing using the Numpad, Predictive typing using the numpad of a keyboar similar to that on a mobile phone (the key is the .t16 file).PSTools Front End, For Remote Admin. Just makes life a lot easier (Demonstrates executing external programs and passing parameters, tabbed form Handling STDIN/STDERR)FTP Helper application Up and Download files from an FTP server demonstrates this and Tooltray TipsShow a Map of your Post-codes/Zip Codes, Uses the Clipboard, Hotkeys, the system tray (incl. menus)Disc/CD/DVD Catalogue, Ideal for all those Covermount Discs (Demonstrates Array handling, executing DOS programs, handling STDIN/STDOUT recursive directory reads, file searching.)YAST , Yet another Stopwatch/Timer (Uses a hotkey, Copies to clipboard, handles multiple events and stays on top)Keyboard Status Indicator , Indicates status of NumLock, Caps Lock and Scroll Lock Keys, demonstrates API calling & System tray Icon Toggling Link to comment Share on other sites More sharing options...
Stealth111 Posted November 24, 2006 Share Posted November 24, 2006 (edited) Very similar to the front end I made for pstools as well..Well good ole' Micro$haft has already spoiled the set.. Now as soon as you try to run one of their tools you get a NICE (not...) EULA aggreement you have to accept before running the tool or else it exits... A real pain in the a$$ finding that out after the fact when I have been running their tools in my domain , and a simple change in their program stalled a login script in one of my school buildings, for the whole building.. But as school started I found out pretty quick... GRRRR... Edited November 30, 2006 by Stealth111 Link to comment Share on other sites More sharing options...
Creator Posted December 13, 2006 Share Posted December 13, 2006 Nice job!! I had problems getting the stdout to get in UI. I replaced $line = StdErrRead($foo) with $line = StdOutRead($foo) and everything is OK. Creator Link to comment Share on other sites More sharing options...
paullab Posted February 7, 2007 Author Share Posted February 7, 2007 minor update to accept the new microsoft eula in the pstools collection (source in original post) Wallpaper Rotatorwith overlay, Loop through a folder of wallpaper & another of overlay, then create a combined image and set it as the wallpaperE-Mail passthru, Send any file, even executables via e-mail as plain text. The recipient can then later re-construct them.Slideshow widget, A slideshow widget similar to the Vista onePredictive typing using the Numpad, Predictive typing using the numpad of a keyboar similar to that on a mobile phone (the key is the .t16 file).PSTools Front End, For Remote Admin. Just makes life a lot easier (Demonstrates executing external programs and passing parameters, tabbed form Handling STDIN/STDERR)FTP Helper application Up and Download files from an FTP server demonstrates this and Tooltray TipsShow a Map of your Post-codes/Zip Codes, Uses the Clipboard, Hotkeys, the system tray (incl. menus)Disc/CD/DVD Catalogue, Ideal for all those Covermount Discs (Demonstrates Array handling, executing DOS programs, handling STDIN/STDOUT recursive directory reads, file searching.)YAST , Yet another Stopwatch/Timer (Uses a hotkey, Copies to clipboard, handles multiple events and stays on top)Keyboard Status Indicator , Indicates status of NumLock, Caps Lock and Scroll Lock Keys, demonstrates API calling & System tray Icon Toggling Link to comment Share on other sites More sharing options...
paullab Posted November 28, 2007 Author Share Posted November 28, 2007 I have discovered that selecting the tool/tab to use and hitting the go button will give you all the command line parameters in the Stdout textbox. This is quick and easy help if you are unsure of something. Wallpaper Rotatorwith overlay, Loop through a folder of wallpaper & another of overlay, then create a combined image and set it as the wallpaperE-Mail passthru, Send any file, even executables via e-mail as plain text. The recipient can then later re-construct them.Slideshow widget, A slideshow widget similar to the Vista onePredictive typing using the Numpad, Predictive typing using the numpad of a keyboar similar to that on a mobile phone (the key is the .t16 file).PSTools Front End, For Remote Admin. Just makes life a lot easier (Demonstrates executing external programs and passing parameters, tabbed form Handling STDIN/STDERR)FTP Helper application Up and Download files from an FTP server demonstrates this and Tooltray TipsShow a Map of your Post-codes/Zip Codes, Uses the Clipboard, Hotkeys, the system tray (incl. menus)Disc/CD/DVD Catalogue, Ideal for all those Covermount Discs (Demonstrates Array handling, executing DOS programs, handling STDIN/STDOUT recursive directory reads, file searching.)YAST , Yet another Stopwatch/Timer (Uses a hotkey, Copies to clipboard, handles multiple events and stays on top)Keyboard Status Indicator , Indicates status of NumLock, Caps Lock and Scroll Lock Keys, demonstrates API calling & System tray Icon Toggling Link to comment Share on other sites More sharing options...
bmw74 Posted February 18, 2009 Share Posted February 18, 2009 This is a neat front-end to PSTOOLS. I tried it with the latest production version of AutoIt (3.3.0.0 - Dec 24th, 2008), and I could not make it work due to some undeclared variables. I looked at the includes, and some of the required includes were missing. Replace the includes with the following ones to make it work: CODE#include <Constants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <EditConstants.au3> #include <StaticConstants.au3> Happy coding! Link to comment Share on other sites More sharing options...
muncherw Posted February 23, 2009 Share Posted February 23, 2009 This is a neat front-end to PSTOOLS. I tried it with the latest production version of AutoIt (3.3.0.0 - Dec 24th, 2008), and I could not make it work due to some undeclared variables. I looked at the includes, and some of the required includes were missing. Replace the includes with the following ones to make it work:CODE#include <Constants.au3>#include <GUIConstantsEx.au3>#include <WindowsConstants.au3>#include <EditConstants.au3>#include <StaticConstants.au3>Happy coding!Thanks for the heads up. I was trying to figure out what they were when I scrolled down and saw that you already figured it out. Other People's Stuff:Andy Flesner's AutoIt v3: Your Quick Guide[topic="34302"]Locodarwin's ExcelCom_UDF[/topic][topic="61090"]MrCreatorR's Opera Library[/topic] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now