home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- :This batch file demonstrates the use of MicroMacroBat.
- :You must turn echo off to make good use of MicroMacroBat!
- CLS
- :Immediately clear the screen.
- MB CLEARSCR/1/1/25/80/0
- MB CURSOROFF
- MB BIG/SITTING/177/1/1/11
- MB BIG/DUCK/177/9/1/11
- MB BIG/SOFTWARE/177/17/1/3
- MB BOX/10/43/14/77/1/12
- MB BOX/11/44/13/76/1/10
- MB PRINT/12/48/a MicroMacroBat (c) DEMO/15
- MB PRINT/20/64/Press any key.../143
- MB CHIME/5
- MB CBUF
- MB WAIT
- :Clearing the buffer before WAIT makes it harder to break out of the batch job.
- MB FADE/0
- MB FADE/68
- MB FADE/16
- MB CLEARSCR/1/1/25/80/31
- MB LOCATE/1/1
- DIR
- MB BOX/18/28/20/80/1/79/c
- MB PRINT/19/30/Got to have a least one DOS operation in the demo/79
- MB SLEEP/3
- MB CLEARSCR/1/1/25/80/31
- MB BOX/1/1/16/80/1/30
- MB PRINT/2/3/MicroMacroBat makes it easy to add spice to your batch files./31
- MB PRINT/4/3/MicroMacroBat calling syntax is simple and easy to learn./29
- MB PRINT/6/3/You will get control over screen colors, box drawing, printing and other/31
- MB PRINT/7/3/functions that are not available with DOS./31
- MB PRINT/9/3/MicroMacroBat calls may be freely intermixed with the batch file/29
- MB PRINT/10/3/commands to which you are accustomed./29
- MB PRINT/12/3/Registration is only $35; site and distribution licenses are available./31
- MB PRINT/14/3/See the MB.DOC file for complete information on how to order, a command/27
- MB PRINT/15/3/summary-syntax listing and benefits of registration./27
- MB PRINT/24/1/Press any key/159
- MB CHIME/1
- MB CBUF
- MB WAIT
- MB PRINT/24/1/ /17
- MB RSCROLL/2/40/15/79/40
- MB USCROLL/2/2/15/40/14
- MB BOX/1/1/12/40/1/79/c
- MB BOX/8/15/15/45/219/112/c
- MB BOX/20/1/22/80/1/59/c
- MB BOX/2/50/11/76/2/47/c
- MB PRINT/3/52/GEORGE LUCAS:/47
- MB PRINT/5/55/Please finish the/47
- MB PRINT/6/55/STAR WARS project./47
- MB PRINT/8/60/Thanks,/47
- MB PRINT/9/60/20,000,000 fans/47
- MB BOX/6/35/23/50/1/80/c
- MB PRINT/6/37/ CONTROL IS /95
- MB LIST/8/37/94/2/Slide shows/Installation/Backups/Tutorials/Demos
- MB PRINT/3/4/Why WAIT? Get MicroMacroBat now!/79
- MB SLEEP/1
- MB BOX/13/48/18/80/1/12/c
- MB PRINT/15/50/Without compiling or learning/14
- MB PRINT/16/50/a complex language./14
- MB PRINT/24/1/Press any key/159
- MB CHIME/3
- MB CBUF
- MB WAIT
- MB BOX/5/19/24/25/177/79/c
- MB VPRINT/7/22/UNUSUALLY SIMPLE/79
- MB PRINT/21/4/ Fairly cheap /10
- MB PRINT/21/27/ Small /11
- MB PRINT/21/59/ Easy to use /13
- MB CHIME/8
- MB CBUF
- MB WAIT
- MB FADE/17
- MB BLOAD/DEMO.SCR
- MB BOX/5/2/8/57/1/79/c
- MB PRINT/6/4/Load a screen that was saved with Basic's BSAVE or a/79
- MB PRINT/7/4/snapshot utility./79
- MB PRINT/15/40/Press any key/159
- MB CHIME/6
- MB CBUF
- MB WAIT
- MB PRINT/15/40/ /31
- MB RECOLOR/19/27
- MB SLEEP/1
- MB RECOLOR/21/29
- MB SLEEP/1
- MB RECOLOR/112/79
- MB SLEEP/1
- MB PAINT/12/1/23/25/31
- MB SLEEP/1
- MB LSCROLL/12/1/23/25/25
- MB BOX/4/1/19/70/1/78/C
- MB VPRINT/6/3/------------/78
- MB PRINT/6/5/Clear the screen to any color/79
- MB PRINT/7/5/Fill the screen with any character/79
- MB PRINT/8/5/Paint the screen any color/79
- MB PRINT/9/5/Change any color to another/79
- MB PRINT/10/5/Scroll any area of the screen/79
- MB PRINT/11/5/Locate the cursor/79
- MB PRINT/12/5/BLOAD a file/79
- MB PRINT/13/5/Print vertically/79
- MB PRINT/14/5/Wait for a key, make a sound and add a time delay/79
- MB PRINT/15/5/Clear or stuff characters into the keyboard buffer/79
- MB PRINT/16/5/Draw boxes/79
- MB PRINT/17/5/And....MORE!/79
- MB BOX/6/50/10/66/1/10/C
- MB PRINT/8/52/MicroMacroBat/15
- MB BOX/18/20/20/68/1/47/C
- MB PRINT/19/24/ Thanks for watching.....press any key. /47
- MB CHIME/9
- MB CBUF
- MB WAIT
- MB RECOLOR/23/17
- MB RECOLOR/30/17
- MB RECOLOR/27/17
- MB RECOLOR/29/17
- MB RECOLOR/116/17
- MB RECOLOR/78/17
- MB RECOLOR/79/17
- MB RECOLOR/47/17
- MB RECOLOR/31/17
- MB RECOLOR/17/0
- MB CLEARSCR/23/1/24/80/0
- MB OCPRINT/18/1/ MicroMacroBat/15
- MB OCPRINT/18/15/ (c)/2
- MB OCPRINT/20/21/Sitting Duck Software/12
- MB OCPRINT/22/43/Veneta, OR 97487 (503) 935-3982/12
- MB SLEEP/5
- MB CURSORON
- :Don't forget to turn the cursor back on!!
- MB CLEARSCR/1/1/25/80/0
- CLS