Search found 475 matches
- 24 Jan 2024 06:59
- Forum: DOS Batch Forum
- Topic: Cmdgfx - draw 3d and graphic primitives (polygons,circles etc) in cmd window (now with 24-bit RGB support!)
- Replies: 125
- Views: 268096
Re: Cmdgfx - draw 3d and graphic primitives (polygons,circles etc) in cmd window (now with 24-bit RGB support!)
sf459: Thanks for showing interest in Cmdgfx. The program is not in development since a couple of years, but obviously you can still use it. I will try to answer your questions briefly: No, you do not need any of the "demo files", they are just examples of what can be done, and they also function as...
- 17 Sep 2023 08:41
- Forum: DOS Batch Forum
- Topic: Cmdgfx - draw 3d and graphic primitives (polygons,circles etc) in cmd window (now with 24-bit RGB support!)
- Replies: 125
- Views: 268096
Re: Cmdgfx - draw 3d and graphic primitives (polygons,circles etc) in cmd window (now with 24-bit RGB support!)
Oops, I forgot to copy eextern.dll into the archive, which contains "external C hooks" for some scripts, such as notibly the ScreenSaver-Automata scripts. Also, I forgot the data files of literally hundreds of automata (step between with cursor Up/Down keys in the ScreenSaver-Automata scripts) I hav...
- 03 Sep 2023 08:46
- Forum: DOS Batch Forum
- Topic: Cmdgfx - draw 3d and graphic primitives (polygons,circles etc) in cmd window (now with 24-bit RGB support!)
- Replies: 125
- Views: 268096
Re: Cmdgfx - draw 3d and graphic primitives (polygons,circles etc) in cmd window (now with 24-bit RGB support!)
For some reason I checked my Mediafire account recently, and I noticed that the cmdgfx archive was getting quite a few downloads (more so than the others), even though no new release was made since Feb 2020 :!: Because of this I decided, why not release 1.6 in its current state (I don't think I have...
- 16 Jul 2023 15:51
- Forum: DOS Batch Forum
- Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
- Replies: 65
- Views: 189075
Re: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
cmdwiz insertbmp "\utils\image.bmp" 50 50 & pause >NUL repeated multiple times by UP ARROW and ENTER keys in console window, randomly DO NOT perform display image. Mostly it display image and it remain on screen untill keypress performed. Sometimes image only flash and disappear, sometimes do absol...
- 19 May 2023 12:15
- Forum: DOS Batch Forum
- Topic: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
- Replies: 65
- Views: 189075
Re: Cmdwiz - 54 operation cmd helper tool (now with Unicode)
Oh my... talk about being back from the dead... Hope everyone is well! Updated CmdWiz to version 1.9 ! (link to archive in first post) Well, as I suddenly had a use for Cmdwiz in a loop, I ran into the issue that had been reported in this thread before (that I conveniently ignored): that cmdwiz some...
- 23 Feb 2021 02:58
- Forum: DOS Batch Forum
- Topic: [How-To] Parse DateTime strings (PowerShell hybrid)
- Replies: 14
- Views: 24193
- 22 Feb 2021 06:38
- Forum: DOS Batch Forum
- Topic: [How-To] Parse DateTime strings (PowerShell hybrid)
- Replies: 14
- Views: 24193
Re: [How-To] Parse DateTime strings (PowerShell hybrid)
Nice, can you add week number as well? Don't know about other countries but in Sweden we are obsessed with referring to the current week number (in the workplace etc)
- 30 Dec 2020 17:45
- Forum: DOS Batch Forum
- Topic: CmdBkg - use bitmap as background to console window
- Replies: 77
- Views: 1375121
Re: CmdBkg - use bitmap as background to console window
I actually ran this on my terribly worn down Win7 machine with the noisiest fan known to mankind, but didn't notice any problems.
Therefore, I have now updated the archive to 2.1
Therefore, I have now updated the archive to 2.1
- 30 Dec 2020 05:04
- Forum: DOS Batch Forum
- Topic: CmdBkg - use bitmap as background to console window
- Replies: 77
- Views: 1375121
Re: CmdBkg - use bitmap as background to console window
Steffen,
I trust you have done an excellent job as always
I will give it a few days before I update the archive though, just in case we should see any regression.
I trust you have done an excellent job as always
I will give it a few days before I update the archive though, just in case we should see any regression.
- 30 Nov 2020 16:13
- Forum: DOS Batch Forum
- Topic: CmdBkg - use bitmap as background to console window
- Replies: 77
- Views: 1375121
Re: CmdBkg - use bitmap as background to console window
Archive finally updated (to 2.0). Again, good work
I prefer to keep the original behavior of scaling the image. The /s option was removed, instead /c [bg] is now the center option, with optional background color.
I prefer to keep the original behavior of scaling the image. The /s option was removed, instead /c [bg] is now the center option, with optional background color.
- 22 Nov 2020 10:43
- Forum: DOS Batch Forum
- Topic: CmdBkg - use bitmap as background to console window
- Replies: 77
- Views: 1375121
Re: CmdBkg - use bitmap as background to console window
You're on a roll! Well done.
I have very limited time now, will try to make a release next week.
Interesting that using hooks is more cpu-consuming than polling, but the way you describe it makes sense.
- 11 Nov 2020 15:30
- Forum: DOS Batch Forum
- Topic: CmdBkg - use bitmap as background to console window
- Replies: 77
- Views: 1375121
Re: CmdBkg - use bitmap as background to console window
Found it :D We have to call PostQuitMessage for WM_DESTROY. My original assumption that WMI could be the culprit made me think about alternatives. And indeed I found a much easier way. Instead of passing the console HWND as additional argument it gets now assigned to the user data of the background...
- 09 Nov 2020 12:03
- Forum: DOS Batch Forum
- Topic: CmdBkg - use bitmap as background to console window
- Replies: 77
- Views: 1375121
Re: CmdBkg - use bitmap as background to console window
As far as I could tell the new version works as expected. The archive linked in the first post has now been updated to v1.2. I did not make any changes to Steffens new version except updated the resource file, updated the credits in code/help (as this is now very much a joint effort), and recompiled...
- 04 Nov 2020 12:46
- Forum: DOS Batch Forum
- Topic: CmdBkg - use bitmap as background to console window
- Replies: 77
- Views: 1375121
- 01 Nov 2020 18:38
- Forum: DOS Batch Forum
- Topic: CmdBkg - use bitmap as background to console window
- Replies: 77
- Views: 1375121
Re: CmdBkg - use bitmap as background to console window
- a variable with 64000 bytes of stack memory is critical - string "_secondRun_" should be inserted into the original command line because surrounding quotes are already removed if it gets rearranged out of the arguments - a combination of whitespaces is used rather than the word "Kill" and the upd...