Jump to content

"Pause Script > Reboot System > Resume Script" Is this possible?


Recommended Posts

Hello,

i ask myself if it is possible to start a script which reboots the system and after the reboot continuous itself?

For example: A Installation is started. After the installation should be a reboot. After the reboot another installation should be started from the same script.

I think the script has to remember it's position before the system reboots and after that it should start at the remembered position.

Is there a possibility to make this wish come true?

SpecialK

Link to comment
Share on other sites

Hello,

i ask myself if it is possible to start a script which reboots the system and after the reboot continuous itself?

For example: A Installation is started. After the installation should be a reboot. After the reboot another installation should be started from the same script.

I think the script has to remember it's position before the system reboots and after that it should start at the remembered position.

Is there a possibility to make this wish come true?

SpecialK

When your script runs, have it set itself to run on startup in the registry, and any other variables/information you need. Then, your script can check the registry, tell its position and what actions it should execute. At the finish of your script it can then remove the registry entries it made at the begining of the cycle.

AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc)
Link to comment
Share on other sites

  • Developers

Hello,

i ask myself if it is possible to start a script which reboots the system and after the reboot continuous itself?

For example: A Installation is started. After the installation should be a reboot. After the reboot another installation should be started from the same script.

I think the script has to remember it's position before the system reboots and after that it should start at the remembered position.

Is there a possibility to make this wish come true?

SpecialK

Sure, I have posted a solution for this before... look here Edited by JdeB

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

Welcome SpecialK,

yes it is possible. In this forum you can find a lot of threads to this topic.

For example your script can write something to registry and after reboot it read this key/information and goes on. Maybe your script can write informations into a file and after reboot etc.

I think there are a few more solutions for this. You have to plan which way you want to go. Don't forget to search in this forum for other solutions.

Briegel

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...