4 lines
66 B
Batchfile
4 lines
66 B
Batchfile
@echo off
|
|
echo converting %~n1
|
|
petcat -w2 -o %~n1.prg -- %~n1.bas
|
@echo off
|
|
echo converting %~n1
|
|
petcat -w2 -o %~n1.prg -- %~n1.bas
|