root/trunk/src/tutorials/examples/dm_D_29598/test.bat

Revision 6, 417 bytes (checked in by jcc7, 3 years ago)

Made more progress in developing convertToWiki and added some files.

Line 
1 @echo off
2 rem Inspired by http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/29598
3 rem which attempts to correct http://www.digitalmars.com/d/class.html
4 echo Errror (class)
5 dmd error.d
6 error.exe
7 pause
8 echo.
9 echo No Errror (class)
10 dmd no_error.d
11 no_error.exe
12 pause
13 echo.
14 echo Struct (no error)
15 dmd struct1.d
16 struct1.exe
17 pause
18 echo.
19 echo Struct (compile error)
20 dmd struct2.d
21 struct2.exe
22 pause
Note: See TracBrowser for help on using the browser.