home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / programm / 6965 < prev    next >
Encoding:
Internet Message Format  |  1992-12-12  |  3.6 KB

  1. Path: sparky!uunet!think.com!ames!agate!usenet.ins.cwru.edu!b61442.STUDENT.CWRU.Edu!sal8
  2. From: sal8@po.cwru.edu (Steve Luzynski)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: Some OS Q's.
  5. Date: Sat, 12 Dec 1992 23:25:22 GMT
  6. Organization: Case Western Reserve University
  7. Lines: 72
  8. Message-ID: <sal8.247.724202722@po.cwru.edu>
  9. References: <Qf_3j1q00UhWM7ykZk@andrew.cmu.edu>
  10. NNTP-Posting-Host: b61442.student.cwru.edu
  11.  
  12. In article <Qf_3j1q00UhWM7ykZk@andrew.cmu.edu> Matthew Edward Patton <mp52+@andrew.cmu.edu> writes:
  13. >Date: Fri, 11 Dec 1992 01:57:05 -0500 
  14. >From: Matthew Edward Patton <mp52+@andrew.cmu.edu>
  15. >Subject: Some OS Q's.
  16. >I would like some information on OS2's extended attributes when used on
  17. >an HPFS drive.
  18. >
  19. >1. Where,how are the Extended attributes stored?  Is it tacked onto the
  20. >end of the file? Are they kept in a special hidden file in the directory?
  21.  
  22. They're 'stored contiguously with the file.' Whatever that means...In the 
  23. FAT system they _are_ in a hidden file - but you knew that, right? :)
  24.  
  25. >
  26. >2. The popular OS2 compression Utilities Info's Zip and UnZip, do they
  27. >keep track of extended attributes and successfully store them?
  28.  
  29. Yep.
  30.  
  31. >
  32. >3. Are sources for OS2's backup.exe and restore.exe available?
  33.  
  34. Not that I know of. 
  35.  
  36. >
  37. >4.  Has ANYONE gotten Borland C++ 3.1 to run under a dos window in OS2.
  38. >(either ide or commandline version: when I attempt the above, I get
  39. >screenfuls of garbage - like if you did a "type bc.exe" under dos)
  40.  
  41. Yep. The only thing you have to do is set DPMI_DOS_API to ON instead of 
  42. AUTO. And of course you can give the thing as much memory as you want.
  43.  
  44. >5. can a DOS program access the extended attributes or is there a way to
  45. >"dump/extract" the attributes and then "paste" them on again?
  46.  
  47. The EAUTIL program does just that. Look it up in the command reference for 
  48. info.
  49.  
  50. >6. Is there a Programmers' guide to the OS2 kernel or os2/mdos kernel
  51. >available? (something like the Norton Programmer's guide to DOS:
  52. >funcalls, interupts, the works)
  53.  
  54. There are really nice .inf files included with IBM's development stuff. I 
  55. don't know if they'd allow them to be distributed via FTP, tho...I suppose 
  56. you could buy the CD if you have a CDROM drive available - it's only $15.
  57.  
  58. >7. Where is the source code for InfoZip's stuff?
  59.  
  60. Never seen it myself...
  61.  
  62. >Explaination:  I want to write a HD backup program for os2 which will
  63. >operate under either FAT or HPFS and use the TurboVision IDE style
  64. >interface. (if you know how I might implement the interface under gcc or
  65. >something else let me know)  Anyway, I plan to develope under BCC and
  66. >run it as a DOS app under OS2.  Is this possible? Feasible?
  67. >
  68. Should work...you do realize that such a beastie couldn't access the files 
  69. OS/2 will have locked while it's running...that means the user would have to 
  70. boot from a floppy. 
  71. As for the interface, you could always hope that Turbo Vision (or even 
  72. better, ObjectWindowsPM) will be included in BC++ for OS/2. Then you could 
  73. make it a real OS/2 program...other than that you could always write the 
  74. thing yourself - you'd probably be granted god status if you did that and 
  75. then released the code... :)
  76.  
  77. ----------------------------------------------------------------------------
  78. steve luzynski @ case western reserve university in cleveland, oh
  79. sal8@po.cwru.edu             | voice calls cheerlessly accepted at x2153.
  80. ----------------------------------------------------------------------------
  81. happy people are deluding themselves that there is nothing wrong.
  82. ----------------------------------------------------------------------------
  83. life is but a series of bitter dissapointments.
  84.