| View previous topic :: View next topic |
| Author |
Message |
jeng
Joined: 14 Aug 2008 Posts: 1
|
Posted: Thu Aug 14, 2008 2:10 am Post subject: AHK Shared Application |
|
|
Hello,
I have created an application using AHK and I compiled it so it can be executable. I have shared it on a share drive; however, I am always running into problems when I try to replace the exe file after making changes because it is very likely that someone else has it open. How can avoid this? Any suggestions? In my case it is important for me to keep it shared because I am constantly adding things to it.
Thank you in advance,
Jeng |
|
| Back to top |
|
 |
Jex
Joined: 01 Aug 2008 Posts: 61
|
Posted: Thu Aug 14, 2008 2:13 am Post subject: |
|
|
have an update list.
keep the old files but put the new ones in as well.
filename: file.date_last_update.exe
Or in the file include a update check in the code to tell the user if the file has been updated. _________________ Woot.
Please read forum etiquette |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6847 Location: Pacific Northwest, US
|
|
| Back to top |
|
 |
|