Search found 5 matches

by JMan
21 May 2018 04:36
Forum: DOS Batch Forum
Topic: Color function v20 patched
Replies: 14
Views: 33554

Re: Color function v20 patched

I created a command for it.
download: http://www.filedropper.com/colorecho

Its just a bat file!
all credits to Carlos! :lol:

You can drop the bat file into your project folder.

or you drop it to: "C:\WINDOWS\system32" to set it as a real command!
by JMan
21 May 2018 04:19
Forum: DOS Batch Forum
Topic: New Game/Proof of Concept
Replies: 1
Views: 3191

Re: New Game/Proof of Concept

Line 54.
That option does not work!

and also maybe you can add a title:

Code: Select all

title RPG HS Game 
by JMan
21 May 2018 04:05
Forum: DOS Batch Forum
Topic: What is the easiest way to make a button?
Replies: 4
Views: 4540

Re: What is the easiest way to make a button?

There is now way to do that in Command Prompt.

Maybe you can try python scripting.
just use tkinter.

python: https://www.python.org/

more info about tkinter: https://wiki.python.org/moin/TkInter
by JMan
18 May 2018 09:10
Forum: DOS Batch Forum
Topic: Am I able to get a script or command to unzip.
Replies: 4
Views: 4949

Re: Am I able to get a script or command to unzip.

Unzipping can you do witch python 3.x.x.

Just create a script:
Example.py:

Code: Select all

import zipfile
zip_ref = zipfile.ZipFile("Yourzip.zip", 'r')
zip_ref.extractall()
zip_ref.close()
python: https://www.python.org/

more info:
https://docs.python.org/2/library/zipfile.html
by JMan
18 May 2018 09:04
Forum: DOS Batch Forum
Topic: Color function v20 patched
Replies: 14
Views: 33554

Re: Color function v20 patched

Nice works perfect on windows 10!
but i get the error:

Code: Select all

FINDSTR: Argument missing after /A