Search found 1 match

by lk050807#2
March 7th, 2024, 11:27 am
Forum: General Discussion
Topic: Thread for PatMan (Pattern Manager)
Replies: 25
Views: 78260

Re: Thread for PatMan (Pattern Manager)


Patman needs RLEs in txt files. When I ported the new Golly Life collection, it occurred to me that others might need a simple way to change all the rle extensions in a folder and its subs to txt, so here's the Windows bat file I use:

@ECHO OFF
PUSHD .
FOR /R %%d IN (.) DO (
cd "%%d"
IF EXIST ...