diff options
author | rekado <rekado@elephly.net> | 2014-10-03 20:13:54 +0200 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2014-10-03 20:14:05 +0200 |
commit | e05159e64e90a3f4ecf93bff3c41d8030c6c71e3 (patch) | |
tree | da0aa0817b6373f2a66faf16eb9a8e8069be2537 /START.BAT |
initial commit
Diffstat (limited to 'START.BAT')
-rwxr-xr-x | START.BAT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/START.BAT b/START.BAT new file mode 100755 index 0000000..ea77680 --- /dev/null +++ b/START.BAT @@ -0,0 +1,4 @@ +@echo off
+pv windel~1.bmp
+qbasic /run windlpri.bas
+cls
|