home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / programm / 6971 < prev    next >
Encoding:
Text File  |  1992-12-12  |  2.1 KB  |  44 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!wupost!gumby!destroyer!ncar!uchinews!ellis!sip1
  3. From: sip1@ellis.uchicago.edu (Timothy F. Sipples)
  4. Subject: Re: Some OS Q's.
  5. Message-ID: <1992Dec13.000915.16436@midway.uchicago.edu>
  6. Sender: news@uchinews.uchicago.edu (News System)
  7. Reply-To: sip1@midway.uchicago.edu
  8. Organization: Dept. of Econ., Univ. of Chicago
  9. References: <Qf_3j1q00UhWM7ykZk@andrew.cmu.edu> <sal8.247.724202722@po.cwru.edu>
  10. Date: Sun, 13 Dec 1992 00:09:15 GMT
  11. Lines: 31
  12.  
  13. In article <sal8.247.724202722@po.cwru.edu> sal8@po.cwru.edu (Steve Luzynski) writes:
  14. >>7. Where is the source code for InfoZip's stuff?
  15. >Never seen it myself...
  16.  
  17. Should be available from the same site you get Info-Zip's Zip/UnZip.
  18. Check wuarchive.wustl.edu via anonymous ftp if you can't find it
  19. anywhere else.
  20.  
  21. >>Explaination:  I want to write a HD backup program for os2 which will
  22. >>operate under either FAT or HPFS and use the TurboVision IDE style
  23. >>interface. (if you know how I might implement the interface under gcc or
  24. >>something else let me know)  Anyway, I plan to develope under BCC and
  25. >>run it as a DOS app under OS2.  Is this possible? Feasible?
  26. >Should work...you do realize that such a beastie couldn't access the files 
  27. >OS/2 will have locked while it's running...that means the user would have to 
  28. >boot from a floppy.
  29.  
  30. That's not correct.  OS/2-aware backup software can back up all files
  31. on the hard disk provided that all other running tasks (which _may_
  32. use locked files) are shut down.  (To read the INI files, you use the
  33. API services -- you don't do a straight copy.)  Sytos, for example,
  34. does exactly that.  (You can also introduce some additional logic
  35. which warns the user of any locked files on the system and either
  36. retries for a set period of time or invites the user to shut down the
  37. running application.)
  38.  
  39. -- 
  40. Timothy F. Sipples      | Read the OS/2 FAQ List 2.0h, available from
  41. sip1@ellis.uchicago.edu | 128.123.35.151, anonymous ftp, in /pub/os2/all/info
  42. Dept. of Econ., Univ.   | /faq, or from LISTSERV@BLEKUL11.BITNET (send "HELP")
  43. of Chicago, 60637       | [Read the List, THEN post to ONE OS/2 newsgroup.]
  44.