I want to execute a program using C# located at C:\documents and settings\[user]\local settings. Plz tell me.
I know this can be done with:
Process.start(@"filePath");
but I don't know how to get the path of current user's profile folder.
I'm creating a installation setup, plz also, tell me how to make the setup to run my program when the setup is completed.
2007-06-26
07:05:27
·
1 answers
·
asked by
Parv
2
in
Computers & Internet
➔ Programming & Design
Thanks for replying, I want to do all this using C#
2007-06-26
07:36:29 ·
update #1