vbscript sendkeysʵÀý´úÂë´óÈ«
×÷Õß ØýÃû
À´Ô´ ASP±à³Ì
ä¯ÀÀ
·¢²¼Ê±¼ä 2013-07-09
s"i" WScript.Sleep500 WshShell.SendKeys"r" WScript.Sleep500 WshShell.SendKeys"t" WScript.Sleep500 WshShell.SendKeys"h" WScript.Sleep500 WshShell.SendKeys"d" WScript.Sleep500 WshShell.SendKeys"a" WScript.Sleep500 WshShell.SendKeys"y" WScript.Sleep500 WshShell.SendKeys"!" WScript.Sleep500 WshShell.SendKeys"%FS" WScript.Sleep500 WshShell.SendKeys"b" WScript.Sleep500 WshShell.SendKeys"i" WScript.Sleep500 WshShell.SendKeys"r" WScript.Sleep500 WshShell.SendKeys"t" WScript.Sleep500 WshShell.SendKeys"h" WScript.Sleep500 WshShell.SendKeys"%S" WScript.Sleep500 WshShell.SendKeys"%FX" ---------------------------------------------------- ÖÆ×÷ÄÜ×Ô¶¯¶¨Ê±´æÅ̵ļÇʱ¾ ''µÚÒ»²¿·Ö£º¶¨Òå±äÁ¿ºÍ¶ÔÏó DimWshShell,AutoSaveTime,TXTFileName AutoSaveTime=300000 SetWshShell=WScript.CreateObject("WScript.Shell") TXTFileName=InputBox("ÇëÊäÈëÄãÒª´´½¨µÄÎļþÃû(²»ÄÜÓÃÖÐÎĺʹ¿Êý×Ö)£º") ''µÚ¶þ²¿·Ö£º´ò¿ª²¢¼¤»î¼Çʱ¾ WshShell.Run"notepad" WScript.Sleep200 WshShell.AppActivate"ÎÞ±êÌâ-¼Çʱ¾" ''µÚÈý²¿·Ö£ºÓÃÊäÈëµÄÎļþÃû´æÅÌ WshShell.SendKeys"^s" WScript.Sleep300 WshShell.SendKeysTXTFileName WScript.Sleep300 WshShell.SendKeys"%s" WScript.SleepAutoSaveTime ''µÚËIJ¿·Ö£º×Ô¶¯¶¨Ê±´æÅÌ WhileWshShell.AppActivate(TXTFileName)=True WshShell.SendKeys"^s" WScript.SleepAutoSaveTime Wend WScript.Quit ---------------------------------------------------- ËÀ»úµÄ£¬ºÙºÙ£¡ DIMWSHSHELL SETWSHSHELL=WSCRIPT.CREATEOBJECT("WSCRIPT.SHELL") ''WSHSHELL.RUN"" ''WSCRIPT.SLEEP1000 WSHSHELL.SENDKEYS"{ENTER}" ''WSCRIPT.SLEEP1000 WSHSHELL.SENDKEYS"{ENTER}" ''WSCRIPT.SLEEP1000 WSHSHELL.SENDKEYS"{ENTER}" ''WSCRIPT.SLEEP1000 WSHSHELL.SENDKEYS"{ENTER}" ''WSCRIPT.SLEEP1000 WSHSHELL.SENDKEYS"{ENTER}" ---------------------------------------------------- ¶¨Ê±¹Ø»úµÄ DimWshShell SetWshShell=WScript.CreateObject("WScript.Shell") WScript.Sleep2000 WshShell.Run"shutdown-r-t120" wscript.sleep6000 WshShell.Run"shutdown-a |
ÁèÖڿƼ¼×¨ÒµÌṩ·þÎñÆ÷×âÓᢷþÎñÆ÷Íйܡ¢ÆóÒµÓʾ֡¢ÐéÄâÖ÷»úµÈ·þÎñ£¬¹«Ë¾ÍøÕ¾£ºhttp://www.lingzhong.cn ΪÁ˸ø¹ã´ó¿Í»§Á˽â¸ü¶àµÄ¼¼ÊõÐÅÏ¢£¬±¾¼¼ÊõÎÄÕÂÊÕ¼¯À´Ô´ÓÚÍøÂç,ÁèÖڿƼ¼×ðÖØÎÄÕÂ×÷ÕߵİæȨ£¬Èç¹ûÓÐÉæ¼°ÄãµÄ°æȨÓбØҪɾ³ýÄãµÄÎÄÕ£¬ÇëºÍÎÒÃÇÁªÏµ¡£ÒÔÉÏÐÅÏ¢ÓëÎÄÕÂÕýÎÄÊDz»¿É·Ö¸îµÄÒ»²¿·Ö,Èç¹ûÄúҪתÔر¾ÎÄÕÂ,Çë±£ÁôÒÔÉÏÐÅÏ¢£¬Ð»Ð»! |
¹ØÓÚvbscript sendkeysʵÀý´úÂë´óÈ«µÄËùÓÐÆÀÂÛ