New program, BatMaker 0.1

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
TheHunterManX
Posts: 54
Joined: 14 Aug 2015 05:59

New program, BatMaker 0.1

#1 Post by TheHunterManX » 29 Aug 2015 06:58

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
Last edited by TheHunterManX on 04 Sep 2015 09:04, edited 4 times in total.

ShadowThief
Expert
Posts: 1166
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: New program, BatMaker 0.1

#2 Post by ShadowThief » 29 Aug 2015 12:57

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.

TheHunterManX
Posts: 54
Joined: 14 Aug 2015 05:59

Re: New program, BatMaker 0.1

#3 Post by TheHunterManX » 04 Sep 2015 08:59

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).

Squashman
Expert
Posts: 4486
Joined: 23 Dec 2011 13:59

Re: New program, BatMaker 0.1

#4 Post by Squashman » 04 Sep 2015 09:08

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.

Post Reply