Hello and welcome.
Today I have a new tool to help you make your batch's...
Tired of having to make countless batch files? Then this is the perfect tool you need!
BatMaker is the tool. You can get it here or Here:
https://dl.orangedox.com/N1PhxILBqygEVO ... 0maker.zip
EXAMPLE:
The old example is not useful enough to be here. There will be a new one soon.
what shouldn't happen:
the batch wont repeat: Post it on this page if you get that.
there is no file there: You may have typed in the path wrong.
Summery: Use this tool in a batch file.
Also set the batch file in the same folder with the tool.
Update: All my stuff relating to programming will be here: thehuntermanx.weebly.com/programming
New program, BatMaker 0.1
Moderator: DosItHelp
-
- Posts: 54
- Joined: 14 Aug 2015 05:59
New program, BatMaker 0.1
Last edited by TheHunterManX on 04 Sep 2015 09:04, edited 4 times in total.
-
- Expert
- Posts: 1166
- Joined: 06 Sep 2013 21:28
- Location: Virginia, United States
Re: New program, BatMaker 0.1
Some thoughts:
- This runs in an infinite loop because you never check that %2 has a value.
- You mention a dictionary in your post, but don't include one. You code suggests you may have meant "directory."
- All this does is create a batch script with a first line of "Rem Made with Bat maker." Exactly zero time is saved by running this program, and in fact it's faster to create batch files on an as-needed basis.
- Nobody needs this.
-
- Posts: 54
- Joined: 14 Aug 2015 05:59
Re: New program, BatMaker 0.1
First off some computers have no way of creating batch files without a certain tool or renaming a .txt file (Windows xp).
Second off, this saves time because making lots of batch files are difficult given the situation at the top.
Third off, this tool is in beta so there will be much better ways of doing this.
Forth off, i will fix bugs in 0.5 (0.2-0.4 are in closed beta testing).
Second off, this saves time because making lots of batch files are difficult given the situation at the top.
Third off, this tool is in beta so there will be much better ways of doing this.
Forth off, i will fix bugs in 0.5 (0.2-0.4 are in closed beta testing).
Re: New program, BatMaker 0.1
TheHunterManX wrote:First off some computers have no way of creating batch files without a certain tool or renaming a .txt file (Windows xp).
Second off, this saves time because making lots of batch files are difficult given the situation at the top.
Not sure I agree with either of these two points. Could you elaborate on that.