Re: Can AutoIT be used to make a log off script for win98
"Robert" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Ok this question was not how to make the computer shut down. BUT how to have a script RUN when the users chooses to shut down the computer. Also what is "scriptleo" --- In [email protected], "Korski Krzysztof - TP POLPAK" <krzysztof.korski@...> wrote: > > This is not a corporate solution: > > Try to shut down your PC using the scripteleo with shutdown(1) placed at the > last line. Refert to Autoit help to read more about possible values of > shutdown parameter, > At home I am using commandline scripts to shut down my PC. This can also be > done to shut down a remote PC (with OS based on NT! and admin priviledges) > Your script may have the following structure: > > # > #(...) place your shutdown tasks here > # > shutdown(1) > > Is this solution suitable for you? > > Regards, > > Krzysztof Korski > > > > > > > [Non-text portions of this message have been removed] >