home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1741 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.8 KB  |  50 lines

  1. Newsgroups: comp.sys.amiga.advocacy,comp.sys.amiga.misc,comp.sys.amiga.hardware,comp.sys.amiga.programmer
  2. Path: netcom.com!wfblan
  3. From: wfblan@netcom.com (Wells Fargo Bank)
  4. Subject: Re: Buggering bollocks! A bug!
  5. Message-ID: <wfblanDLMKzn.IsI@netcom.com>
  6. Followup-To: comp.sys.amiga.advocacy,comp.sys.amiga.misc,comp.sys.amiga.hardware,comp.sys.amiga.programmer
  7. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  8. X-Newsreader: TIN [version 1.2 PL1]
  9. References: <wfblanDLKtA5.5Io@netcom.com> <1362.6596T1032T525@midland.co.nz>
  10. Date: Tue, 23 Jan 1996 08:30:59 GMT
  11. Sender: wfblan@netcom14.netcom.com
  12.  
  13. John Severinsen (jsev@midland.co.nz) wrote:
  14.  
  15. : On 22-Jan-96 21:34:53 (Msg ID: <wfblanDLKtA5.5Io@netcom.com>), Wells Fargo Bank
  16. : wrote:
  17. : --
  18.  
  19. : >Seems that the 'version' command is a bit flawed.
  20. : >If you check the version of a program it comes up with the proper version
  21. : >number.  However, if you then go to a different disk and check another but
  22. : >different version of the same file it shows the first version number again.
  23.  
  24. : >DF0:  asl.library 37.x    DF1:  asl.library 38.x
  25.  
  26. : >do version on DF0:asl.library it shows 37.x,
  27. : >but do a version on DF1:asl.library right after and it still shows 37.x
  28. : >instead of 38.x.  This is a pretty big boo-boo!  Fix it!!  Thanks!
  29.  
  30. : Actually, its not a bug.  What is happening is that the version command gives
  31. : the version number of the library that's currently in memory.  If you want to
  32. : check the version of a file/library on disk, you need to append the "file"
  33. : command to it.  i.e.
  34.  
  35. :    version df0:asl.library file
  36.  
  37. : That will give the version number of the file on disk.
  38.  
  39.  
  40. :  John Severinsen    |- J.R.R. Tolkien
  41. :  jsev@midland.co.nz |
  42. : <tsb>Thor 2.22, 23-Jan-96 17:09:42
  43.  
  44.  
  45. Thanks for the tip!  Learn something new every day!!
  46.  
  47.      Rob Bamford
  48.  (wfblan@netcom.com)
  49.  
  50.