Jump to content

'wake pc and run autoit script'


Recommended Posts

I am not by any means an expert on PC's but it looks like autoit is the best scripting tool for running macro's

What is the best way to wake a PC and run the tiny script I have written?

Thanks

Tinkerz

 

Link to comment
Share on other sites

Hi, not sure, maybe "Send" key, to wake it up, run script...

Spoiler

Renamer - Rename files and folders, remove portions of text from the filename etc.

GPO Tool - Export/Import Group policy settings.

MirrorDir - Synchronize/Backup/Mirror Folders

BeatsPlayer - Music player.

Params Tool - Right click an exe to see it's parameters or execute them.

String Trigger - Triggers pasting text or applications or internet links on specific strings.

Inconspicuous - Hide files in plain sight, not fully encrypted.

Regedit Control - Registry browsing history, quickly jump into any saved key.

Time4Shutdown - Write the time for shutdown in minutes.

Power Profiles Tool - Set a profile as active, delete, duplicate, export and import.

Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes.

NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s.

IUIAutomation - Topic with framework and examples

Au3Record.exe

Link to comment
Share on other sites

I am using the ms taskscheduler to wake the PC, but script needs to delay a bit so the sleep function can work through the process,

Looking at the help menu I can find a pause script or wait command.

Any help please

Link to comment
Share on other sites

  • Developers

I am using the ms taskscheduler to wake the PC, but script needs to delay a bit so the sleep function can work through the process,

Looking at the help menu I can find a pause script or wait command.

Any help please

 

Guess you meant you can't find it?

Look for sleep()

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

hi Tinkerz

do you wake up the PC from an ibernation or sleep state with taskscheduler?

please, show how do you do it?

or maybe, if you want to wake your powered off PC via LAN card, then have a look here:

bye

Edited by Pincopanco

 

image.jpeg.9f1a974c98e9f77d824b358729b089b0.jpeg Chimp

small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....

Link to comment
Share on other sites

But I cant get it to work, the pc wakes from sleep but the screens dont turn on so I cant see if the code runs properly

The script runs when I double click it, but when i run as a task, it starts, but produces an error.

Has any one else been succesful with Ms task scheduler?

Link to comment
Share on other sites

 

if I'm not wrong, this link explains how to run a program when a user performs a logon, and not how to wake the PC from hibernation.

Also, you say that the PC wakes up, but the monitor remains black?? how do you know that the PC is awake when the monitor is black? maybe you hear the hum of fans or see flashing LEDs on the computer??

I'm unclear on your question.

 

image.jpeg.9f1a974c98e9f77d824b358729b089b0.jpeg Chimp

small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....

Link to comment
Share on other sites

Sugestion: in the script you send the up arrow, set a sleep with 60000, and then have the second script in this one, the first. no need for 2 scripts to something like that.

Send("{UP}")
Sleep(60000)
;Second script here.

:thumbsup:

Spoiler

Renamer - Rename files and folders, remove portions of text from the filename etc.

GPO Tool - Export/Import Group policy settings.

MirrorDir - Synchronize/Backup/Mirror Folders

BeatsPlayer - Music player.

Params Tool - Right click an exe to see it's parameters or execute them.

String Trigger - Triggers pasting text or applications or internet links on specific strings.

Inconspicuous - Hide files in plain sight, not fully encrypted.

Regedit Control - Registry browsing history, quickly jump into any saved key.

Time4Shutdown - Write the time for shutdown in minutes.

Power Profiles Tool - Set a profile as active, delete, duplicate, export and import.

Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes.

NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s.

IUIAutomation - Topic with framework and examples

Au3Record.exe

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...