Programs on cd... help

Hello, well, i want to start making programs that run stand alone i mean you run them with out needing windows. . . some thing like bootable disks. . . now i was thinking to use C# to make the program.

Slack Space 1613 This topic was started by ,


data/avatar/default/avatar14.webp

20 Posts
Location -
Joined 2003-12-13
Hello,
well, i want to start making programs that run stand alone
i mean you run them with out needing windows...
 
some thing like bootable disks...
now i was thinking to use C# to make the program...
but i like to ask a question...
how can i make a program on a disk bootable and in what format should it be in?
and can someone tell me how i could run a program in does that is written in c#!
thank you,
Dr_s99

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar05.webp

748 Posts
Location -
Joined 2001-05-21
I'm not sure you can use C# to make a command line program that will work outside of Windows - I think it requires .NET to be installed to run.
 
Just a thought
AndyF

data/avatar/default/avatar14.webp

20 Posts
Location -
Joined 2003-12-13
OP
what can i use other then c#...
 
btw, does anyone knows how i could clear the screen in a console application in c# (i mean what the command is)