home *** CD-ROM | disk | FTP | other *** search
/ Languages Around the World / LanguageWorld.iso / language / greek / edtgreek / solid.doc < prev    next >
Text File  |  1989-11-30  |  403b  |  27 lines

  1. To create the executable file SOLID.COM, first prepare a file called
  2. SOLID.SCR containing the following:
  3.  
  4. a       100
  5. mov     ah,3
  6. mov     bh,0
  7. int     10
  8. mov     ah,1
  9. mov     ch,0
  10. int     10
  11. int     20
  12.  
  13. rcx
  14. e
  15. n solid.com
  16. w
  17. q
  18.  
  19. Then use the following command to make SOLID.COM:
  20.  
  21. C>A:
  22. A>C:DEBUG <A:SOLID.SCR
  23.  
  24. This will create A:SOLID.COM which can be executed by typing
  25.  
  26. A>SOLID
  27.