Search found 4 matches
- 31 May 2021 20:37
- Forum: DOS Batch Forum
- Topic: Animated screen in Batch
- Replies: 4
- Views: 5454
Re: Animated screen in Batch
To achieve an animation that continues cycling through frames while waiting for input, you need to use a form of input that is non-blocking. Search this forum for Dave Benhams Snake.bat for a native approach, or, alternatively for Aacini's GetKey.exe Sorry for my misunderstanding i understand the f...
- 30 May 2021 22:40
- Forum: DOS Batch Forum
- Topic: Animated screen in Batch
- Replies: 4
- Views: 5454
Animated screen in Batch
Hi everybody IF I have a simple menu page in my batch, Is there any way to display an animated screen (I mean created by commands) even a simple one inside the batch file after waiting some time, and return to the menu page in this batch "if I press any key" again? Here is the simple animated screen...
- 30 May 2021 22:29
- Forum: DOS Batch Forum
- Topic: Batch Conversion issue
- Replies: 2
- Views: 4412
Re: Batch Conversion issue
Thanks for help
- 23 Mar 2021 09:21
- Forum: DOS Batch Forum
- Topic: Batch Conversion issue
- Replies: 2
- Views: 4412
Batch Conversion issue
Hi all, I have a Batch file to ping for all hostnames inside my domain by brings these hostnames from an external text file (hosts.txt) and it works properly while using it as a bat file, but after converting this file to an executable file (exe) and try to use it, its display an error message conta...