> Why not just "touch" your .COM file itself (argv[0], DOS 3+)> when run? 
> Because you don't know when you're supposed to touch it and when you aren't.  
> You only want to touch it the first time it is run after a reboot, and you 
> can't (automatically) tell when a reboot just happened without referencing 
> something you've stored in memory (it can't be done with something stored on 
> a hard drive or something somebody else stored in memory).  You could put the 
> onus on the user to tell the program when to do (or not do) the touch with 
> command-line options, which I think is what you may be referring to with the 
> argv.  But, even that won't work if the file is read-only (either with file 
> attributes or read-only media, like a CD or write-protected floppy).
____________________________________________________________
Police Urge Americans to Carry This With Them at All Times
The Observer
http://thirdpartyoffers.juno.com/TGL3141/593050a7e9ef850a7695est03vuc
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to