home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / form / formed.bat < prev    next >
DOS Batch File  |  1993-09-21  |  309b  |  19 lines

  1. @echo off
  2. rem FORMED.BAT
  3. :top
  4. if "%1"=="" goto usage
  5. if "%edit%"=="" call edit %1
  6. if NOT "%edit%"=="" call %edit% %1
  7. form %1
  8. pause "press any key to continue editing, [CTRL BREAK to stop]" 
  9. goto top
  10.  
  11.  
  12. :usage
  13. echo Usage: FORMED filename.frm, goes through an editing cycle for a form
  14.  
  15.  
  16. :end
  17.  
  18.  
  19.