paddle 0 Posted April 7, 2001 Hi, I wish to be able to reboot my PC by executing on it a batch or an executable. Is-it possible and in fact what must I put in my batch or what exec must I use? Thank you very much. Paddle Share this post Link to post
DosFreak 2 Posted April 8, 2001 I have an executable that'll do it. You want it? Share this post Link to post
paddle 0 Posted April 8, 2001 Yes, of course. Please send me it. bulletin-board@paddle-coorp.yi.org Thank you. Share this post Link to post
paddle 0 Posted April 9, 2001 For me, I don't have received it for now on... Share this post Link to post
bottleneck 0 Posted April 9, 2001 This is the .vbs I use for restart: set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys "%{F4}r{ENTER}" But I think it'll only work if you run it from the desktop. Share this post Link to post
paddle 0 Posted April 10, 2001 Yes, I think so too, cos it seems to send the Alt+F4 keys to close windows... Or, I'm not always logged in a session... But thank you for for the idea. Share this post Link to post
nagual 0 Posted April 10, 2001 www.sysinternals.com has a few utils called 'pstools' which i find very useful. amongst other things you can batch local or remote (same domain though) shutdowns and reboots Share this post Link to post
paddle 0 Posted April 10, 2001 Thank you. This tool seems to fit my aim. I'll try it this evening. Share this post Link to post