Changeset 366 for trunk/export/create_mpq.php
- Timestamp:
- Mar 9, 2010, 1:01:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/create_mpq.php
r277 r366 2 2 3 3 //wine MPQEditor.exe /console script_create_mpq.txt 4 echo (exec('wine MPQEditor.exe /console script_create_mpq.txt')); 5 echo (exec('mkdir ../tmp/mpq')); 6 echo ('hotovo'); 4 echo(exec('wine MPQEditor.exe /console script_create_mpq.txt')); 5 echo(exec('mkdir ../tmp/mpq')); 6 echo('hotovo'); 7 7 8 ?>
Note:
See TracChangeset
for help on using the changeset viewer.