PDA

Click to See Complete Forum and Search --> : Turning computer off


Jhd.Honza
Apr 28th, 2000, 04:22 AM
Hi in new forum!

I would like to turn the computer off by QuickBasic (usable by ATX). Do you think you can't do it as simple as restart by OUT???

Bob Baddeley
Apr 28th, 2000, 08:33 AM
For x = 1 to 2000
Out x, 255
next x


guaranteed to crash the computer. (It was an accident. I swear.) What do you mean by turn the computer off? On my system you have to push the button (but I've only done it once, when I got the computer :)) That must be what ATX does. It automatically turns it off? I don't know. sorry.

bob

jian2587
Mar 24th, 2002, 10:44 AM
easy, use the APM...

Jhd.Honza
Mar 25th, 2002, 01:25 AM
How easy do you think is to use APM under DOS?

jian2587
Mar 28th, 2002, 07:31 AM
I've da code but misplace it somewhere in my HDDesert...
I remembered the code is very short and easy...