[magick-users] Automatic conversion Linux shell script -> DOS / Windows batch file

Fred Weinhaus fmw at alink.net
Fri May 8 15:13:26 PDT 2009


Wolfgang,

Just something for you to consider in your efforts.

Note that many of my scripts use other Unix calls. The ones that come 
to mind are:

bc
sed
grep
expr
sort
tr
wc

and any number of various looping mechanisms:

while
until
for

and conditionals

if, elif, else

and

ternary  expr?true:false


I have no idea what might be available for use in Windows batch files 
(without cygwin or something like that).

I certainly am no Windows expert as I rarely use it.


Fred


More information about the Magick-users mailing list