home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / dreamscape / utilities / Dreamscape / Utilities / MakeApp / ReadMe next >
Encoding:
Text File  |  1996-09-22  |  1.1 KB  |  24 lines

  1.                           MakeApp version 1.00         (22nd September 1996)
  2.                          ======================
  3.  
  4. MakeApp is a simple little program that creates a shell application using a
  5. name that you give it. This saves a bit of time starting a program, as you
  6. don't have to create the directory structure, the !Run and !Boot files, a
  7. makefile, and so on.
  8.  
  9. It takes three names to make the application. Firstly, it needs the file
  10. name, which is preceded with an '!' to give the application directory name.
  11. This name is also used to create the directory that everything is kept in.
  12. The second name is the full name, which is used in the task display, in error
  13. box titles, and so on. The last name is the internal name, which must not
  14. have any spaces in it, and is used in Obey files and system variables.
  15.  
  16. MakeApp is not perfect. One thing it won't customise is the Resource file -
  17. you have to change the names in that yourself. I haven't bothered adding this
  18. to the program as fiddling around with the Resource file format is quite
  19. complicated.
  20.  
  21. Mark Seaborn
  22. mseaborn@argonet.co.uk
  23. http://www.argonet.co.uk/users/mseaborn/
  24.