Jump to content

Command Prompt Program

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Frantic

Frantic

    Learning Programmer

  • Members
  • PipPipPip
  • 91 posts
If I make a program in C# .NET 3.0 for the command line will I be able to use it in DOS? Like a dos boot-up disk?

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
I don't think so. .NET is not available for DOS.

#3
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
I believe the same as v0id. It kind of makes making console applications pointless.