5
Answers

C# Copy .EXE to %APPDATA%

Gert Hasen

Gert Hasen

11y
5.6k
1
Hello C-Sharpcorner

I'm currently making a program in C#. It's a Windows Forms Application.

For an example, i have my .EXE, when I open the program it needs to copy it self to the %APPDATA% folder under a custom folder that i choose. This must be done silently so you can't see it acutally doing the copy (the program isn't that big yet)

I have a code for adding it to startup already, just need a common folder on Windows OS so it will work on every giving computer :)

//Gert
Answers (5)