Computing.Net > Forums > Programming > matrix bat file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

matrix bat file

Reply to Message Icon

Name: midmac
Date: December 4, 2004 at 15:55:00 Pacific
OS: xp
CPU/Ram: 512
Comment:

Im trying to make a bat file that will produce a screen similar to the matrix code.( as in all the scrolling 1 and 0's). Could anybody give me the code for this.




Sponsored Link
Ads by Google

Response Number 1
Name: tImmaY
Date: December 5, 2004 at 15:02:10 Pacific
Reply:

why on earth would you attempt this in a batch file.... ? lol

i dont think this would be very easy.. & possibly not doable? *isn't sure* but yea..lol


0

Response Number 2
Name: Mechanix2Go
Date: December 5, 2004 at 18:52:33 Pacific
Reply:

Andrew,

Try this:

::-------------------
@echo off

> matrix.d echo n matrix.001
>> matrix.d echo f 100 1100 "001"
>> matrix.d echo rcx
>> matrix.d echo 1000
>> matrix.d echo w
>> matrix.d echo q

debug < matrix.d

for /L %%N in (1,1,5000) do type matrix.001
::----------------

M2

Mechanix2@Golden-Triangle.com


0

Response Number 3
Name: TribalRehab
Date: December 7, 2004 at 09:43:31 Pacific
Reply:

get yourself qbasic

"Cannot delete tmp150-3.tmp: There is not enough free disk space. Delete one or more files to free disk space, and then try again."


0

Response Number 4
Name: not_even_time
Date: December 30, 2004 at 12:37:38 Pacific
Reply:

sounds like a job for assambly... The only problem is that its hard as hell and it's almost impossible to find an working assambler... :(

There he goes. One of God's own prototypes. Some kind of high powered mutant never even considered for mass production. Too weird to live, and too rare to die


0

Response Number 5
Name: Mechanix2Go
Date: December 30, 2004 at 21:29:56 Pacific
Reply:

I don't know asm, but Turbo CPP is free from Borland and includes TASM.

M2

Mechanix2@Golden-Triangle.com


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: matrix bat file

bat file for deleting www.computing.net/answers/programming/bat-file-for-deleting/11636.html

Question for the bat file guys www.computing.net/answers/programming/question-for-the-bat-file-guys-/10925.html

Bat file access to remote HKCU www.computing.net/answers/programming/bat-file-access-to-remote-hkcu/15385.html