Results 1 to 4 of 4

Thread: Console Application

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Posts
    331

    Console Application

    hahah ok this is pretty much useless and maybe kinda hard to do.
    Ok so you know how you can like boot DOS off a floppy by making the first boot device floppy drive. So lets say i wrote a program and once in dos I can put in another floppy drive and type like "app" and it would execute my program.
    But the program only has like lines of text and that's all.
    How would I do this?

  2. #2
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Console Application

    That doesn't make any sense at all. Could you like be a bit clearer about what exactly is you're trying to do?
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  3. #3
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Re: Console Application

    You can't do .NET apps in DOS because they require the .NET framework to run. You need to do these in unmanaged C++ I'm pretty sure.

    Yey, my 1,300th post.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  4. #4
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Console Application

    Quote Originally Posted by 3dmaker
    hahah ok this is pretty much useless and maybe kinda hard to do.
    Ok so you know how you can like boot DOS off a floppy by making the first boot device floppy drive. So lets say i wrote a program and once in dos I can put in another floppy drive and type like "app" and it would execute my program.
    But the program only has like lines of text and that's all.
    How would I do this?
    DUH?
    I don't live here any more.

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