|
Title: |
Dimke ClearScreen |
|
Picture: |
 |
|
Explanation: |
This application provides the "clear screen" functionality known from native Unix and Linux,
which is missing in DOS- based Unix emulators like DJGPP.
|
|
How it works: |
This application simply invokes the "clrscr()" function and returns
a return value of 0. So it's somehow trivial.
|
|
How to use: |
Be sure that the location you copy "clear.exe" to is referenced by your path variable.
If you are using DJGPP then the recommended way is to copy it to /djgpp/bin,
running dos it would be best to put it into your /dos folder.
Then simply invoke it typing "clear" as you would do in Unix or Linux.
|
|
Download Exe: |
exe_dos.zip |
|
Download Src: |
src.zip |
|