Programs on cd... help

This is a discussion about Programs on cd... help in the Slack Space category; 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 in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.

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)