Hi
I'm pretty new to .net from vb.
Can you pass input parameters to a compiled.net exe file - a bit like openargs in vb e.g. dotnetproj.exe 1000
or do you have to have an exe for each of the different input parameters that you need e.g.
dotnetproj1000.exe,
dotnetproj2000.exe,
dotnetproj3000.exe
etc
cheers
