|
-
Apr 28th, 2000, 03:22 AM
#1
Thread Starter
Hyperactive Member
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???
-
Apr 28th, 2000, 07:33 AM
#2
Hyperactive Member
Code:
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
-
Mar 24th, 2002, 10:44 AM
#3
Fanatic Member
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Mar 25th, 2002, 01:25 AM
#4
Thread Starter
Hyperactive Member
How easy do you think is to use APM under DOS?
-
Mar 28th, 2002, 07:31 AM
#5
Fanatic Member
I've da code but misplace it somewhere in my HDDesert...
I remembered the code is very short and easy...
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|