home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / system / 11422 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  3.0 KB

  1. Path: sparky!uunet!ukma!wupost!usc!news!benton.prepress.com!crash!alen
  2. From: alen@crash.cts.com (Alen Shapiro)
  3. Newsgroups: comp.sys.mac.system
  4. Subject: Re: Aliases--- Getting to the source
  5. Message-ID: <alen.715101916@crash>
  6. Date: 29 Aug 92 15:25:16 GMT
  7. References: <armand-280892221058@stc201.comm.mot.com>
  8. Lines: 54
  9.  
  10. In <armand-280892221058@stc201.comm.mot.com> armand@comm.mot.com (Arman Dolikian) writes:
  11. >There's got to be a better way!!!  (I hope)....
  12.  
  13. >I have a set of files that I regularly copy onto a floppy disk to 
  14. >shuttle between home and work.  The files are rightfully stored in 
  15. >different directories on my disk.   I had the bright idea that I could
  16. >keep a folder of aliases so I could speed up the daily find and copy 
  17. >process.  Only problem is,  copying the folder only copies the _aliases_,
  18. >not the files themselves.   I guess this is the "logical" thing to 
  19. >expect,  but...
  20.  
  21. >What I _really_ want is a way to tell the finder to copy the object the
  22. >alias points to,  not just the alias.  
  23.  
  24.  
  25. >{Right now,  I manually go to each alias, do a Get Info, click on
  26. >"Find Original", then drag the resultant file....  but this is very
  27. >tedious, and makes me wish there was a command shell on the Mac!!}
  28.  
  29. >Now that I've explained what I want to do,  and why I want to do it,
  30. >does anyone have any suggestions on how to accomplish this feat?
  31.  
  32. Oh boy...what a gem...I've been trying to write a program to do the
  33. same thing for a week and posted to the net (comp.sys.mac.programmer)
  34. to find out why I could not drag-and-drop the aliases onto my copy
  35. program to repace the aliases with their original. My idea was to
  36. create my target folder, "option+drag" the aliases I wanted originals
  37. for, into that new folder then drag-and-drop them onto my new app.
  38.  
  39. Finder however does not allow application to know the folder that
  40. the drag-and-dropped alises were in, just the folder that the
  41. originals are in.
  42.  
  43. My temporary solution...I'm building a shareware program (called
  44. partslist...now in beta) that you drag a steering file. The steering
  45. file contains a textual list of files and their destination with an
  46. optional convert-me flag that translates CR->CRLF (so DOS hierarchies
  47. may be created). This program allows for the management of parts-lists
  48. for software distribution runs. Prog also has a option that warn
  49. of lines longer than X characters (X is configurable) and at the same time
  50. expands TABS to Y spaces (also configurable). This is useful for those poor
  51. people who have to transfer files (program modules etc.) to fixed-width
  52. mainframe datasets.
  53.  
  54. I'd consider adding a feature (to help the original poster) that allows
  55. a destination dialog when more than 1 file is dropped onto the app. The effect
  56. would be to make copies of all the drag-and-dropped files to the destination
  57. and would allow a short-cut to the scripting mechanism.
  58.  
  59. Any interest? (the program works but I have not built the documentation yet,
  60. the response I get determines how quickly the doc will be put together.)
  61.  
  62. --alen
  63. alen@crash.cts.com
  64.