I created a command for it.
download: http://www.filedropper.com/colorecho
Its just a bat file!
all credits to Carlos!
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!
Search found 5 matches
- 21 May 2018 04:36
- Forum: DOS Batch Forum
- Topic: Color function v20 patched
- Replies: 14
- Views: 33554
- 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:
That option does not work!
and also maybe you can add a title:
Code: Select all
title RPG HS Game
- 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
Maybe you can try python scripting.
just use tkinter.
python: https://www.python.org/
more info about tkinter: https://wiki.python.org/moin/TkInter
- 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:
python: https://www.python.org/
more info:
https://docs.python.org/2/library/zipfile.html
Just create a script:
Example.py:
Code: Select all
import zipfile
zip_ref = zipfile.ZipFile("Yourzip.zip", 'r')
zip_ref.extractall()
zip_ref.close()
more info:
https://docs.python.org/2/library/zipfile.html
- 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:
but i get the error:
Code: Select all
FINDSTR: Argument missing after /A