home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / ANWENDUN / DANCAD3D / DEMO2B.SUB < prev    next >
Text File  |  1993-12-01  |  1KB  |  34 lines

  1.  
  2. ; START DEMO2B.SUB
  3.  
  4. TEXT_MODE
  5. ECHO ┌─────────────────────────────────────────────────────────────────────────────┐
  6. ECHO │         DEMO2.MAC DEMONSTRATION MACRO FOR DANCAD3D v2.5x OR LATER.          │
  7. ECHO └─────────────────────────────────────────────────────────────────────────────┘
  8. LOCATE 1 5
  9. ECHO     DANCAD3D  can  run  it  self  from  an  ASCII text file of commands.  These
  10. ECHO commands let you initiate powerful and complex series of operations on drawings
  11. ECHO and 3D environments with a single filename for that text file.  You can put any
  12. ECHO number of commands in one of these files so they are called macros.  Macros are
  13. ECHO big  jobs  given  a  simple  user defined name.   DANCAD3D gives you a valuable
  14. ECHO kernel to start with,  you can then  extend  it  to  any  degree  filling  your
  15. ECHO harddisk  with  procedures  and functions that can call each other.  Since v2.5
  16. ECHO has commands to format the text  on  screen  and  have  user  console input and
  17. ECHO output you can design data entry menus  for  the  sale of custom macros for all
  18. ECHO kinds of applications.
  19. LOCATE 1 16
  20. ECHO     This  is  a  simple  example  since the distribution disk space is limited.
  21. ECHO More complex examples come as part of the disk set that is part of the outfit.
  22. LOCATE 5 25
  23. ECHO Press [Return] to continue. %%
  24.  
  25. WAIT
  26.  
  27. ; END DEMO2B.SUB
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.