home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
inne
/
dos
/
grafika
/
crumb20s.exe
/
CRUX.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-10-19
|
741b
|
28 lines
echo off
echo This is a demo batch file that runs CRUMBLER 2.0 to generate stereograms
echo using the example images. This demo will take a while....
echo Here's the SPIRAL:
crumbler source01 out01 +d256 +g +o
echo Spiral done.
echo Here's the TRICERATOP:
crumbler source02 out02 +d64k +ppattjup2 +o
echo Trice done.
echo Here's the writtings over the waves
echo (first it runs PMAKER!!!)
pmaker pattern wave +x640 +y480 +n300 +o
crumbler source03 out03 +d256 +ppattern +o
echo Waves done.
echo Here's other letters:
crumbler source04 out04 +d768 +int +b +o
echo Done.
echo Now see the files OUT*.TGA by using a program viewer.
echo Modify the parameter in crux.bat to learn by experience.