Search found 1 match

by morrisproject
2012-04-25T06:54:50-07:00
Forum: Users
Topic: Rotate text in DOS
Replies: 2
Views: 4988

Rotate text in DOS

Hi can anyone help, i have an intrest in arcade games and looking to create a simple menu system but need to rotate the text. C:\mame\menu.bat :menu @ECHO OFF CLS echo. echo Welcom To Mame echo. echo 1. PACMAN echo. echo 2. MS PACMAN echo. echo Pick A Game (1 or 2) %1 %2 Choices /n/c:123 if ...