home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / sourcecode / utilities / dutil.asc < prev    next >
Text File  |  1990-10-26  |  3KB  |  86 lines

  1. File: Dutil.AMOS
  2. Written: Oct 90
  3. Author: Jason Anthony
  4. Use: Disk Utility Program
  5.  
  6. This program was written to aid the copying and deleting of files.
  7. It can play samples and music, read pictures (both IFF and Amos Bank).
  8. It can also be used to run another amos program.
  9.  
  10. Files can be selected by pressing the left button over the file (if the file 
  11. has already been selected it will become deselected).
  12. Files can also be selected by pressing the right buttons and moving the mouse 
  13. over all the files you want selected.
  14. Selected files are printed in inverse video.
  15. The other method of selecting a range of files is to press the left button 
  16. over the first file then moving over BSTART and pressing the left button, then 
  17. moving to the last file and pressing the left button, and finally pressing 
  18. over BEND. The Selected area should be inverted. (Note: this option will not 
  19. deselect files outside the range.)
  20. To select all files press over the SELECT option.
  21. To De-select all files press over the DESELECT option.
  22. Pressing the right button over one of the device names will re-read all 
  23. devices.
  24.  
  25. VIEW.
  26.     This command will go through the list of selected files, and check to see 
  27. if they are either IFF or Amos Packed Pictures, once found the file will be 
  28. displayed until a mouse button is pressed. If you selected more than one 
  29. picture file the program will load them in order (this happens when you press 
  30. the left button). Pressing the right button while a picture is on the screen 
  31. will exit the loop before attempting to load the next file.
  32.  
  33. READ.
  34.     This command will load one file into memory and display it as an Ascii 
  35. file no check is made to see if this is an Ascii file, so some strange results 
  36. are possible. You can move through the text by pressing the up and down arrow 
  37. keys and quit by pressing 'Q'. (The Text Routines are taken from the Help.ACC 
  38. program on the master disk.)
  39.  
  40. HEAR.
  41.     This command will go through the list of selected files. It check for two 
  42. things: 
  43.     1. An Amos Music bank, if found it will play the music until a button is 
  44.         pressed.
  45.     2. An Amos Samples bank, if found it will play each consecutive sample 
  46. every time the left buttons is pressed if you press the right button it will 
  47. go onto the next file.
  48.  
  49. If the file is not one of these, the program will load the file as a raw 
  50. sample, it will then ask you for a sample rate to play it back at. Accepted 
  51. values range from 501 - 29000 Hz, typing a number outside this range will exit 
  52. that file.
  53.  
  54. To exit the list of files press Both buttons at the same time.
  55.  
  56.  
  57. PRUN.
  58.     This command will run a single amos program.
  59.  
  60. QUIT.
  61.     I think most people can work this one out.
  62.  
  63. PARENT.
  64.     Takes you out of a subdirectory.
  65.  
  66. MK-DIR.
  67.     Allows you to make a directory inside the current directory.
  68.  
  69. DELETE.
  70.     Deletes one or more files, before each file is deleted a Requester will 
  71. make sure you want to delete that file.
  72.  
  73. COPY.
  74.     Copies a range of files from the ~S~ Directory to the ~D~ directory.
  75.  
  76. RENAME.
  77.     Allows you to rename a file.
  78.  
  79. Disclaimer.
  80.     I make no claim for the usefulness of this program, I wrote it for myself 
  81. and I find it quit useful but then I'm Biased.
  82.  
  83.             Jason Anthony.
  84.  
  85.  
  86.