Search found 12 matches
- 10 Jul 2019 10:07
- Forum: DOS Batch Forum
- Topic: b2ev - Bat2Exe eVolved
- Replies: 8
- Views: 15785
Re: b2ev - Bat2Exe eVolved
i get this error please help = In file included from src/dir2tar.c:32: src/lib/dirent.h:1047: warning: implicit declaration of function 'GetACP' In file included from src/dir2tar.c:32: src/lib/dirent.h:1050: warning: implicit declaration of function 'GetOEMCP' In file included from src/dir2tar.c:32...
- 14 Oct 2018 04:54
- Forum: DOS Batch Forum
- Topic: b2ev - Bat2Exe eVolved
- Replies: 8
- Views: 15785
Re: b2ev - Bat2Exe eVolved
Many thanks for this tool. But i like your project because is open source and a excellent work. Thanks for your reply carlos ! Converters of bat to exe that have the word "Compiler" seems not very reliable, because it not convert the batch script to machine language, it only extract the script to t...
- 10 Oct 2018 13:55
- Forum: DOS Batch Forum
- Topic: b2ev - Bat2Exe eVolved
- Replies: 8
- Views: 15785
b2ev - Bat2Exe eVolved
Hello ! I come there to present you yet another Batch to Executable packer ! The most interesting features of this Batch to Exe is : - out of box exact-directory support (use file system as workspace instead of projects like F2KO Batch to Exe), thus, you can put entire directories in built executabl...
- 27 Jul 2018 16:39
- Forum: DOS Batch Forum
- Topic: ptnio - Portable TCP Network IO
- Replies: 2
- Views: 6148
ptnio - Portable TCP Network IO
Hello dostips community :) _ |_ _ . _ |_) |_ | ) | (_) | What? : Well, this is a very capable command that adds TCP/IP ability to batch. So, it opens the Batch programming to the whole world of networking . What can you do with? : - inter-batch communication - network batch games ( a pretty broken o...
- 23 May 2017 11:21
- Forum: DOS Batch Forum
- Topic: Reduced-Flicker in dos batch. It's possible?
- Replies: 40
- Views: 121276
Re: Anti-Flicker in dos batch.
Hmm, I think the flickering is mostly due to cls redraws. So, in case to avoid this flickering, the best idea is to move the cursor to (1;1) and overwrite previous stuff to avoid erasing&drawing which probably is what causes flickering. Many solutions exists to do this, but most are external com...
- 22 May 2017 15:41
- Forum: DOS Batch Forum
- Topic: Blockout (3d Tetris) !
- Replies: 17
- Views: 24559
Re: Blockout (3d Tetris) !
Really nice !
I seen it in cmdgfx github repo, but I thinked the rendering was glitchy .
But, there is one issue, the main menu text is too small and hard to read.
-Teddy
I seen it in cmdgfx github repo, but I thinked the rendering was glitchy .
But, there is one issue, the main menu text is too small and hard to read.
-Teddy
- 28 Apr 2017 16:33
- Forum: DOS Batch Forum
- Topic: darkbox - A Fast and Portable IO Console Server
- Replies: 9
- Views: 12804
Re: darkbox - A Fast and Portable IO Console Server
I'd like to thank Tsnake though for the idea to run as an IO server, don't know why I didn't think of it myself. It has been implemented as an option for cmdgfx, and will see the light of day whenever I can be bothered to finish the new version. (Cmdgfx is another mostly useless program, but has am...
- 15 Feb 2017 06:01
- Forum: DOS Batch Forum
- Topic: Mouse Hovering in Batch
- Replies: 35
- Views: 33700
Re: Mouse Hovering in Batch
Hello, you can see my external command darkbox which (recently) supports mouse input (and hovering) and keyboard key in the same time. See mouse(2).bat, knm(2).bat and it.bat in tests directory. More information here : http://www.dostips.com/forum/viewtopic.php?f=3&t=7718 Here is knm.bat explain...
- 15 Feb 2017 05:56
- Forum: DOS Batch Forum
- Topic: darkbox - A Fast and Portable IO Console Server
- Replies: 9
- Views: 12804
darkbox - A Fast and Portable IO Console Server
To avoid speed issues when using most of the console graphics command, I made darkbox. What is this ? This is a Batch IO Server which can work on Windows (cmd.exe) and *Nixes like GNU/Linux (with Dos9 Project ). What is a Batch IO Server ? A Batch IO Server is a concept of external command directly ...
- 24 Dec 2016 15:35
- Forum: DOS Batch Forum
- Topic: Mouse Hovering in Batch
- Replies: 35
- Views: 33700
Re: Mouse Hovering in Batch
To my mind, the future of the batch programming come to alternatives interpreters, because Microsoft seem dropping cmd.exe to give place at Powershell. That's a problem to automate stuff, because Powershell looks like a over-complicated bash interpretor and alternatives interpreters are too lowly de...
- 22 Dec 2016 10:51
- Forum: DOS Batch Forum
- Topic: How to speed up a batch script
- Replies: 16
- Views: 30394
Re: How to speed up a batch script
The speed of a batch script mostly depend of cmd.exe/csrss.exe, and a little of the batch script itself. So, alternatives cmd.exe are very rare and rarely used but you can give a try to Dos9 : http://www.dostips.com/forum/viewtopic.php?f=3&t=5538 (if you can, build from source to get new feature...
- 17 Dec 2016 13:06
- Forum: DOS Batch Forum
- Topic: Mouse Hovering in Batch
- Replies: 35
- Views: 33700
Re: Mouse Hovering in Batch
You may look over darkbox_i.exe in darkbox.
http://sachadee.org/Ts/darkbox/darkbox-dist.7z
http://sachadee.org/Ts/darkbox/darkbox-dist.7z