annotate lamertetris/edit-win.bat @ 9:cdadbf30a821

arkanoid-0.7-1_PKG
author prymula <prymula76@outlook.com>
date Sun, 04 Feb 2024 15:47:05 +0100
parents 2787f5e749ae
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
prymula <prymula76@outlook.com>
parents:
diff changeset
1
prymula <prymula76@outlook.com>
parents:
diff changeset
2 @echo off
prymula <prymula76@outlook.com>
parents:
diff changeset
3 start "C:\Program Files\Geany\bin\Geany.exe" sources\field.h
prymula <prymula76@outlook.com>
parents:
diff changeset
4 start "C:\Program Files\Geany\bin\Geany.exe" sources\field.C
prymula <prymula76@outlook.com>
parents:
diff changeset
5 start "C:\Program Files\Geany\bin\Geany.exe" sources\game.h
prymula <prymula76@outlook.com>
parents:
diff changeset
6 start "C:\Program Files\Geany\bin\Geany.exe" sources\game.C
prymula <prymula76@outlook.com>
parents:
diff changeset
7 start "C:\Program Files\Geany\bin\Geany.exe" sources\hiscore_win.h
prymula <prymula76@outlook.com>
parents:
diff changeset
8 start "C:\Program Files\Geany\bin\Geany.exe" sources\hiscore.C
prymula <prymula76@outlook.com>
parents:
diff changeset
9 start "C:\Program Files\Geany\bin\Geany.exe" sources\shape.h
prymula <prymula76@outlook.com>
parents:
diff changeset
10 start "C:\Program Files\Geany\bin\Geany.exe" sources\shape.C
prymula <prymula76@outlook.com>
parents:
diff changeset
11 start "C:\Program Files\Geany\bin\Geany.exe" sources\szlam.h
prymula <prymula76@outlook.com>
parents:
diff changeset
12 start "C:\Program Files\Geany\bin\Geany.exe" sources\szlam.C
prymula <prymula76@outlook.com>
parents:
diff changeset
13 start "C:\Program Files\Geany\bin\Geany.exe" sources\text.h
prymula <prymula76@outlook.com>
parents:
diff changeset
14 start "C:\Program Files\Geany\bin\Geany.exe" sources\text.C
prymula <prymula76@outlook.com>
parents:
diff changeset
15 exit
prymula <prymula76@outlook.com>
parents:
diff changeset
16