Code Comments
Programming Forum and web based access to our favorite programming groups.I have a Rexx program which has a long execution time. I prefer to run it overnight. I would like to embed in the End Of Job routine a command to tell Windows to shut down. Is this possible? Please advise. Daniel B. Martin
Post Follow-up to this messageDaniel B. Martin wrote: > I have a Rexx program which has a long execution time. > I prefer to run it overnight. I would like to embed > in the End Of Job routine a command to tell Windows to > shut down. Is this possible? Please advise. > > Daniel B. Martin there is a windows shell command called "shutdown" with lotsa options available for how you want to shut down (i.e. restart, log off, etc.) -- Gary Scott mailto:garylscott@sbcglobal dot net Fortran Library: http://www.fortranlib.com Support the Original G95 Project: http://www.g95.org -OR- Support the GNU GFortran Project: http://gcc.gnu.org/fortran/index.html If you want to do the impossible, don't hire an expert because he knows it can't be done. -- Henry Ford
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.