I am still trying to figure out the best method, I do not want to release any software that doesnt self update... I have an Idea as to the process, heres my draft... I have actually made a working demo of it and it worked sorta fine...
APPLICATION100.EXE launches
ftp connects to check file for latest edition
downloads file to open and read
reads file and stores String to memory
closes file and deletes
reads string and compares to current exe
if same, breaks following script and launches into main program
if different
ftp connects and begins downloading new exe and files if not in a single exe
ftp proceed ^^
ftp disconnect
launches new exe
checks if new exe is running
ends self
kind of stuck there as to whether I should force the new exe to delete the previous.. eitherway any support in this would be greately appreciated.
Thanks In Advance {TIA - my way

}