mirror of
https://github.com/worldforge/ember
synced 2026-08-13 16:23:06 -04:00
11 lines
No EOL
81 B
Batchfile
11 lines
No EOL
81 B
Batchfile
@Echo off
|
|
set OLDDIR=%CD%
|
|
|
|
:EMBER
|
|
ember.exe
|
|
cd %OLDDIR%
|
|
goto END
|
|
|
|
|
|
:END
|
|
echo END. |