Search found 54 matches
- 19 Apr 2018 09:52
- Forum: DOS Batch Forum
- Topic: New Game/Proof of Concept
- Replies: 1
- Views: 3193
New Game/Proof of Concept
Hello, I have a new batch game that I have worked on for the past week, called RPG + HS. Main Features to demonstrate: - custom made multiplayer mode. - Multiplayer Battle system. Other Features: - Inventory, for items you may wish to add. - Equipment, for armor. - Points system. - Save/Load system....
- 17 Nov 2017 12:49
- Forum: DOS Batch Forum
- Topic: new to batch scripts
- Replies: 4
- Views: 4476
Re: new to batch scripts
I don't quite understand what your trying to do. So, instead of questioning you and making you wait for a batch file, here's just the thing! @echo off REM Set this value to true to check for an accounts.csv file existing, otherwise set to false. set check1=true REM Set this value to true to check if...
- 18 Jun 2017 00:54
- Forum: DOS Batch Forum
- Topic: New batch tool: Cursortemplate.bat
- Replies: 17
- Views: 16463
Re: New batch tool: Cursortemplate.bat
This is Cursortemplate.bat changed around a bit. Does this one improve the speed. If so, how much? I tested this on windows xp and have confirmed compatibility. Before, it was a bit laggy on the xp (had to wait like 2 seconds before it moved), now it goes a bit faster (~1 second). Now it goes faster...
- 18 Jun 2017 00:32
- Forum: DOS Batch Forum
- Topic: New batch tool: Cursortemplate.bat
- Replies: 17
- Views: 16463
Re: New batch tool: Cursortemplate.bat
Odd, if multiple people are having slowdowns with this tool, then I'm going to have to fix that. I will try to optimize the code the best I can. I will try this tool on other computer (a windows xp) to see if I get slowdowns as well.
- 17 Jun 2017 11:47
- Forum: DOS Batch Forum
- Topic: New batch tool: Cursortemplate.bat
- Replies: 17
- Views: 16463
Re: New batch tool: Cursortemplate.bat
Oh, that's what that does. Everything goes really slow for me, and I have a very fast computer. How much is Time set to? If Time is set to a high number, it will go slow since I use the "for /l" command. Test batbox k_ to see if that is the problem of your slowness. Is the cursor display,...
- 17 Jun 2017 10:11
- Forum: DOS Batch Forum
- Topic: New batch tool: Cursortemplate.bat
- Replies: 17
- Views: 16463
Re: New batch tool: Cursortemplate.bat
Oh, that's what that does. Everything goes really slow for me, and I have a very fast computer. How much is Time set to? If Time is set to a high number, it will go slow since I use the "for /l" command. Test batbox k_ to see if that is the problem of your slowness. Is the cursor display,...
- 17 Jun 2017 08:22
- Forum: DOS Batch Forum
- Topic: New batch tool: Cursortemplate.bat
- Replies: 17
- Views: 16463
Re: New batch tool: Cursortemplate.bat
Some thoughts... ⋅ I can't figure out how to use this ⋅ Maybe it's just years of reading man pages, but the help is really hard to read ⋅ There's a typo on line 251 where you typed ehco instead of echo ⋅ I think this is used for making menus, but I'm not posi...
- 16 Jun 2017 08:56
- Forum: DOS Batch Forum
- Topic: New batch tool: Cursortemplate.bat
- Replies: 17
- Views: 16463
Re: New batch tool: Cursortemplate.bat
I have accumulated quite a number of batch files over the years and every single one of them is useful. Could you therefore please tell me what this does and how it is supposed to make the running of those scripts easier. (It isn't explained in the post or in the script's own help file). Note: If a...
- 16 Jun 2017 06:41
- Forum: DOS Batch Forum
- Topic: New batch tool: Cursortemplate.bat
- Replies: 17
- Views: 16463
New batch tool: Cursortemplate.bat
This is a tool that I have been working on for a while. The tool is a batch file, so use the call command for it. The tool requires batbox.exe and (if you use the button command) button.bat in the same folder. For help, use the /? command. This tool creates a simple cursor, which is controlled throu...
- 04 Jun 2017 12:02
- Forum: DOS Batch Forum
- Topic: How do I set a variable string as a variable?
- Replies: 1
- Views: 2761
How do I set a variable string as a variable?
I want to do the following: @echo off set Input=Test set /P Input=Type the var you want to set to 5(type nothing for Test): call :Test %Input% :Test set %Input%=5 echo %Test% pause exit /b 0 This is an example, the file I'm working on has a LOT more call commands like the example. Is there a way for...
- 03 Feb 2017 10:13
- Forum: DOS Batch Forum
- Topic: How do you shrink ascii art
- Replies: 2
- Views: 6001
How do you shrink ascii art
I remember obtaining at one point a external program for command prompt that shrinks the actual resolution of the cmd prompt (not like mode where it just allows for you to see X lines and rows) to make ascii art look real(you couldn't see the letters so it looked good, and with cecho I added color, ...
- 03 Feb 2017 09:52
- Forum: DOS Batch Forum
- Topic: How do I excecute a batch file without call?
- Replies: 6
- Views: 6376
How do I excecute a batch file without call?
I am trying to create a command for command prompt. I am making it using batch. How do I make it return to the previous batch file without using call? ex. Test.bat @echo off example1 test pause echo test2 pause example1.bat echo %1 pause exit /b 0 it echo's test, then pauses once, then closes. It do...
- 11 May 2016 07:36
- Forum: DOS Batch Forum
- Topic: [Game] Mining World
- Replies: 2
- Views: 4209
Re: [Game] Mining World
Good game.
I agree that adfly is not working too well for you, but I think just sending a message to the creator to post an alternative link is better than posting the link.
ShadowThief wrote:AdF.ly should be banned, especially since it makes me pause AdBlock.
The actual link: http://www.mediafire.com/download/c3cdo ... +World.zip
I agree that adfly is not working too well for you, but I think just sending a message to the creator to post an alternative link is better than posting the link.
- 17 Mar 2016 07:24
- Forum: DOS Batch Forum
- Topic: How to Make more of the same file?
- Replies: 5
- Views: 5463
Re: How to Make more of the same file?
Now it is ok. Also It took me about 30 seconds to clear 2000 png files.
- 17 Mar 2016 07:05
- Forum: DOS Batch Forum
- Topic: How to Make more of the same file?
- Replies: 5
- Views: 5463
Re: How to Make more of the same file?
Looked like it would work, but after about 2 seconds the cmd closes, and nothing happens. Could it be that i am using windows xp? Probably not but it will not work