Search found 475 matches
- 05 Dec 2019 07:54
- Forum: DOS Batch Forum
- Topic: CmdRunner - 3d game (CubeRunner clone)
- Replies: 44
- Views: 57314
Re: CmdRunner - 3d game (CubeRunner clone)
Archive update! :) According to Mediafire's download stats, Cmdrunner keeps being downloaded at a steady pace. It actually has more downloads than Cmdgfx now (but not as many as Blockout, another unsolved mystery). It's a bit funny, because all games I've made (Cmdrunner, Blockout, Mariorun, Pong3d...
- 11 Nov 2019 19:39
- Forum: DOS Batch Forum
- Topic: Play a sound (.wav) file, without opening an application
- Replies: 4
- Views: 11028
Re: Play a sound (.wav) file, without opening an application
Another predictable answer, but CmdWiz has the "playsound" operation. ( https://www.dostips.com/forum/viewtopic.php?t=7402 , see chapter 10). You wrote that you don't want to invoke software, but the main thing seems to be avoiding a window opening ? Cmdwiz will not do that when run from a batch scr...
- 23 Oct 2019 10:49
- Forum: DOS Batch Forum
- Topic: Gotoxy - advanced color text output and cursor control - now with server!
- Replies: 33
- Views: 70187
Re: Gotoxy
When I save the file. the text that has its editor is saved :( The language barrier is an issue here... I honestly don’t know what that means :? I will make a guess... you are running editor.bat and now you want to save your file but you cannot figure out how it works. I agree, it is a little crypt...
- 22 Oct 2019 04:43
- Forum: DOS Batch Forum
- Topic: Gotoxy - advanced color text output and cursor control - now with server!
- Replies: 33
- Views: 70187
- 15 Oct 2019 16:10
- Forum: DOS Batch Forum
- Topic: Gotoxy - advanced color text output and cursor control - now with server!
- Replies: 33
- Views: 70187
Re: Gotoxy
Ok, so I am now thinking you want to save gxy files , the file format used by gotoxy.exe (and cmdgfx.exe) As far as I know there is only one editor for gxy files and that is the one I made myself :D It is called editor.bat and is included in the gotoxy/cmdwiz archive. Use left/right mouse button to ...
- 19 Sep 2019 04:52
- Forum: DOS Batch Forum
- Topic: press no on external msgbox with yesno option
- Replies: 3
- Views: 11964
Re: press no on external msgbox with yesno option
If an external program is ok, you can try running cmdwiz from your script: https://www.dostips.com/forum/viewtopic.php?t=7402 If the dialog box is visible and focused at the time you want to press it from the script, it's easy, just send an 'n' character (key codes at https://msdn.microsoft.com/en-u...
- 18 Sep 2019 05:15
- Forum: DOS Batch Forum
- Topic: Looking for a specific book
- Replies: 16
- Views: 27610
- 17 Sep 2019 09:45
- Forum: DOS Batch Forum
- Topic: Looking for a specific book
- Replies: 16
- Views: 27610
- 15 Aug 2019 08:23
- Forum: DOS Batch Forum
- Topic: Listc - a modern Windows file explorer/viewer in the console window
- Replies: 18
- Views: 27507
Re: Listc - a modern Windows file explorer/viewer in the console window
Updated the archive again because I messed up and reverted two fixes: 1. Listc doesn't read servercmd.dat any longer, which prevents possible sudden shutdowns when running other cmdgfx scripts from within listc. 2. Cmdgfx_input no longer waits in a busy-loop, ie it will no longer eat huge amounts of...
- 15 Aug 2019 08:18
- Forum: DOS Batch Forum
- Topic: Gotoxy - advanced color text output and cursor control - now with server!
- Replies: 33
- Views: 70187
Re: Gotoxy
DQ2000: Save the gotoxy project? Huh? I still don't understand. There is no "project", or I don't understand what you mean... As the first post says, gotoxy can be downloaded/saved here: http://www.mediafire.com/download/8xywdi36hca4dgo/gotoxy.zip If you are a programmer and would like to see/edit t...
- 13 Aug 2019 11:36
- Forum: DOS Batch Forum
- Topic: CmdBkg - use bitmap as background to console window
- Replies: 77
- Views: 1446140
Re: CmdBkg - use bitmap as background to console window
Tested now and works here. I actually have exactly the same Win10 64-bit version as penpen.
craftdium: If it is not working for you, please post the details of your Win10 (version, 32 or 64 bit etc)
craftdium: If it is not working for you, please post the details of your Win10 (version, 32 or 64 bit etc)
- 09 Aug 2019 02:24
- Forum: DOS Batch Forum
- Topic: CmdBkg - use bitmap as background to console window
- Replies: 77
- Views: 1446140
Re: CmdBkg - use bitmap as background to console window
I thought it was working with Windows 10 but maybe not? I am not able to check it where I am, since I am abroad
- 09 Aug 2019 02:22
- Forum: DOS Batch Forum
- Topic: Gotoxy - advanced color text output and cursor control - now with server!
- Replies: 33
- Views: 70187
- 04 Aug 2019 03:12
- Forum: DOS Batch Forum
- Topic: [Help] Image in batch file
- Replies: 14
- Views: 31422
Re: [Help] Image in batch file
CmdBkg will stretch the image to cover the entire cmd window though, which might not be what you want. Cmdgfx_RGB might be a better choice (it can show BMP images among many other things), although I agree it seems strange that InsertBmp does not work. Edit: there is also Cmdwiz ”insertbmp” operatio...
- 31 Jul 2019 05:40
- Forum: DOS Batch Forum
- Topic: Listc - a modern Windows file explorer/viewer in the console window
- Replies: 18
- Views: 27507
Re: Listc - a modern Windows file explorer/viewer in the console window
Hi Carlos, yes List for DOS by Vernon D. Buerg was actually precisely the inspiration for my List program, as is also mentioned in the first post of this thread: https://www.dostips.com/forum/viewtopic.php?f=3&t=7147 This is also evident if you compare key shortcuts in these programs, as I took many...