Tagged Questions

0
votes
1answer
168 views

Starting a process with Windows start-up (can not find supporing files)

I programmed (C# .Net 3.5) a process to start when windows (XP) starts. This process uses other files in the same folder as itself. Moreover, it starts another process, again located in the same ...