How do I create a standalone executable

M

mohaaron

Hello all,

This might seem like an odd question but I would like to know how to
create a standalone executable. I'm using vs.net 2005 and the closest
project template I can find for what I want is a console application.
The console application is not what I want as I don't want a command
prompt opening up. I just want a plain executable that I can run from
a SQL Server 2000 DTS package using the Execute Process Task. Can
anyone tell me how to do this?

Aaron
 
J

John Saunders

mohaaron said:
Hello all,

This might seem like an odd question but I would like to know how to
create a standalone executable. I'm using vs.net 2005 and the closest
project template I can find for what I want is a console application.
The console application is not what I want as I don't want a command
prompt opening up. I just want a plain executable that I can run from
a SQL Server 2000 DTS package using the Execute Process Task. Can
anyone tell me how to do this?

It's possible to create a Windows Forms application that never shows its
window. It can still accept parameters from the command line.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top