home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cli / move / product-info < prev    next >
Text File  |  1995-10-22  |  855b  |  53 lines

  1. .name
  2. Move
  3. .type
  4. CLI tool
  5. .short
  6. Unix type Move command
  7. .description
  8. This is not just another Move command it features
  9. more: Recursive directory movements (including
  10. creation of destination dir), pattern support, and
  11. command line flags like those known from e.g.
  12. C:Rename...and many, many more
  13. .version
  14. 37.11
  15. .date
  16. 1995.01.11
  17. .author
  18. Kai Iske
  19. .requirements
  20. Requires OS 2.0 (37.175)
  21. .distribution
  22. Public Domain
  23. .address
  24. Kai Iske
  25. Brucknerstrasse 18
  26. 63452 Hanau
  27. Germany
  28. .email
  29. iske@informatik.uni-frankfurt.de
  30. .source
  31. SAS/C source included 32K
  32. .construction
  33. SAS/C 6.51 with optimization
  34. .docs
  35. Move.doc
  36. .aminet-dir
  37. util/cli
  38. .execute
  39. set choice `RequestChoice "Move" "Please select an option" "View Doc" "Run Program" "Cancel"`
  40.  
  41. if $choice EQ "0"
  42.   quit 5
  43. endif
  44.  
  45. if $choice EQ "1"
  46.   MetaTool Move.doc TEXT
  47. endif
  48.  
  49. if $choice EQ "2"
  50.   path "" ADD
  51.   newcli
  52. endif
  53.