UBotDev 276 Posted May 6, 2013 Report Share Posted May 6, 2013 Advanced Shell/Command Prompt plugin will add 5 new commands/functions to your UBot environment and it will allow you to run Shell command hidden (hode those annoying window popups), write batch commands right inside the UBot (instead of executing batch file) and even retrieve the output that Command Prompt produces (functions). For more information please visit the plugin page:http://ubotdev.com/free-plugin-advanced-shellDirect Download http://ubotdev.com/wp-content/uploads/2013/05/Command-Line-Window-300x176.png P.S.: I forgot to remove "delete permanently" command (deletes all files instead of trashing them) from final build, so I'll just leave it as a part of this plugin. UPDATE v1.01: Added "Wait For Exit" option which allows you to wait for the command to get executed, or just proceed with next UBot command if you don't want to wait for exit. 7 Quote Link to post Share on other sites
kev123 132 Posted May 6, 2013 Report Share Posted May 6, 2013 great share buddy keep them coming this is pretty awesome. Quote Link to post Share on other sites
beatngu 65 Posted May 6, 2013 Report Share Posted May 6, 2013 Cool plugin mate,and thanks again for giving us free plugins every week!!. Quote Link to post Share on other sites
Aymen 385 Posted May 6, 2013 Report Share Posted May 6, 2013 great plugin !Keep em coming ! Quote Link to post Share on other sites
Kreatus (Ubot Ninja) 422 Posted May 6, 2013 Report Share Posted May 6, 2013 Nice plugin mate. Keep it up! Quote Link to post Share on other sites
wilriv21 16 Posted May 6, 2013 Report Share Posted May 6, 2013 Appreciate your gifts to the forum/members. Thank you. Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted May 6, 2013 Report Share Posted May 6, 2013 nice plugin bud.. Quote Link to post Share on other sites
magoo 31 Posted May 6, 2013 Report Share Posted May 6, 2013 Thanks mate Quote Link to post Share on other sites
Anonym 53 Posted May 6, 2013 Report Share Posted May 6, 2013 Thank you! Quote Link to post Share on other sites
Code Docta (Nick C.) 638 Posted May 7, 2013 Report Share Posted May 7, 2013 Thank you so much. Your plugins rock! Quote Link to post Share on other sites
dankass 52 Posted May 7, 2013 Report Share Posted May 7, 2013 Thanks man, great addition! Quote Link to post Share on other sites
UBotDev 276 Posted May 7, 2013 Author Report Share Posted May 7, 2013 I'm glad you like it. I also wanted this feature since I got UBot. Quote Link to post Share on other sites
Bliss 194 Posted May 7, 2013 Report Share Posted May 7, 2013 Now that is excellent, nice work! Quote Link to post Share on other sites
UBotDev 276 Posted May 8, 2013 Author Report Share Posted May 8, 2013 Thank you all for the support! Quote Link to post Share on other sites
Praney Behl 314 Posted May 8, 2013 Report Share Posted May 8, 2013 Awesome! Quote Link to post Share on other sites
Beage 0 Posted May 9, 2013 Report Share Posted May 9, 2013 Thanks for the plugin This will open the doors to more things you can do with UBot! Quote Link to post Share on other sites
UBotDev 276 Posted May 9, 2013 Author Report Share Posted May 9, 2013 It's not something new to UBot, it will just make it more end user friendly. Nice to hear you are making a good use of it. Quote Link to post Share on other sites
SmileyBot 13 Posted June 25, 2013 Report Share Posted June 25, 2013 thanks, nice share, i use this plugin all the time Quote Link to post Share on other sites
UBotDev 276 Posted June 28, 2013 Author Report Share Posted June 28, 2013 Nice to hear it's usefull! Quote Link to post Share on other sites
mk21 1 Posted January 31, 2014 Report Share Posted January 31, 2014 Has this just all of a sudden stopped working for anyone else? The ubot native shell still works, but this plugin doesn't seem to anymore all of a sudden. Delete file permanently still works, but I was using shell batch hidden with no problems, and now it's not working at all. I can get by with shell, but with shell batch hidden, I wasn't getting the cmd popup, which was much nicer for selling the bot. Can anyone help me out as to why this might have happened? Quote Link to post Share on other sites
UBotDev 276 Posted January 31, 2014 Author Report Share Posted January 31, 2014 It works OK for me, so I guess the problem is on your side. Here is the code that I used: set(#DIR, $plugin function("Advanced Shell.dll", "$shell batch hidden", "dir"), "Global") ...and it returns the output of dir command. Quote Link to post Share on other sites
Bot-Factory 602 Posted January 31, 2014 Report Share Posted January 31, 2014 Working fine for me to. Dan Quote Link to post Share on other sites
mk21 1 Posted January 31, 2014 Report Share Posted January 31, 2014 It works OK for me, so I guess the problem is on your side. Here is the code that I used: set(#DIR, $plugin function("Advanced Shell.dll", "$shell batch hidden", "dir"), "Global") ...and it returns the output of dir command. Yeah that works fine for me too. It's the shell batch hidden command that doesn't seem to be running the CMD. Quote Link to post Share on other sites
UBotDev 276 Posted February 1, 2014 Author Report Share Posted February 1, 2014 Yeah that works fine for me too. It's the shell batch hidden command that doesn't seem to be running the CMD.Shell batch hidden also works for me: plugin command("Advanced Shell.dll", "shell batch hidden", "calc.exe") ..so I think the problem is on your side. Try using "shell hidden" with your command. Quote Link to post Share on other sites
mk21 1 Posted February 1, 2014 Report Share Posted February 1, 2014 Just to update on my situation, I have resolved the problem. It seems to have been an issue with either a missing or misplaced quotation mark. The documentation on the plugin says to use the CMD with "shell hidden", but for some reason it didn't seem to work. It would return "file not found". My only guess is because it wasn't just running a .exe, it was running a command line .exe which require more input to tell the program what to do in the command line. For whatever reason, this required that I used "shell batch hidden" instead of "shell hidden" to run the .exe. So the problem appears to be solved, and if anyone else has a similar issue, I suggest making it work in the native "shell" command first, and then testing it in both hidden commands to see which works in your case. Thanks for the repsonses everyone. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.