home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / EDGE1_704.DMS / in.adf / ExtraStuff / Edge_SasC.lha / rexx / hn_createproject_sc5.edge < prev    next >
Encoding:
Text File  |  1993-08-09  |  437 b   |  22 lines

  1. /* Edge macro: INTERNAL to hn_projectsettings
  2. **
  3. ** $VER: hn_createproject_sc5.edge 1.0 (17-Feb-93 13:47:52)
  4. **
  5. ** Usage:    INTERNAL
  6. **           call hn_createproject(dir)
  7. **
  8. ** Synopsis: Creates/Initializes a new projectdirectory
  9. **           SAS/C 5 version
  10. **
  11. ** Author:   Henrik Nordström
  12. **           Ängsvägen 1
  13. **           S 756 45 Uppsala
  14. **
  15. */
  16.  
  17. options results
  18.  
  19. dir=strip(arg(1),'T','/')
  20.  
  21. address command 'sascsetup "'dir'"'
  22.