Changeset 1502
- Timestamp:
- 01/10/08 16:33:41 (8 months ago)
- Files:
-
- phoneyc/trunk/tests/msrichtxt.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
phoneyc/trunk/tests/msrichtxt.html
r1501 r1502 4 4 <script> 5 5 function tryMe() { 6 test.Text = "@echo off " + "cmd.exe /c notepad.exe" + "echo Hello World!" + "pause";6 test.Text = "@echo off\n" + "cmd.exe /c notepad.exe\n" + "echo Hello World!\n" + "pause\n"; 7 7 test.SaveFile('C:\\shinnai.bat', 1); 8 8 }
