Search found 1 match
- 08 Feb 2017 07:22
- Forum: DOS Batch Forum
- Topic: Help me with this inprofessional code!
- Replies: 3
- Views: 4242
Help me with this inprofessional code!
I have to make a small program for school. It has to look like, that you are removing a tumor. I chose Batch to program it. Here is my code that I already have: @echo off title Surgery Robot Software MODE CON COLS=999 LINES=999 color F0 goto start :start echo Booting software... TIMEOUT /T 5 cls ech...