Results 1 to 5 of 5

Thread: Turning computer off

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 1999
    Location
    Prague, Czech Republic
    Posts
    350

    Lightbulb

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

  2. #2
    Hyperactive Member
    Join Date
    Sep 1999
    Posts
    305
    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

  3. #3
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    I bet u need a fusion powered shuttle to reach my place...
    Posts
    963
    easy, use the APM...
    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

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 1999
    Location
    Prague, Czech Republic
    Posts
    350
    How easy do you think is to use APM under DOS?

  5. #5
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    I bet u need a fusion powered shuttle to reach my place...
    Posts
    963
    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
  •  



Click Here to Expand Forum to Full Width