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
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.
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.
Summary: Hi Could someone please compile a .bat file for deleting cookies, temporary internet files & history so i can put an icon in IE toolbar. This would be so much easier than faffing on with menu's & such...
Summary: Can a bat file search a html file and strip out the url's from it and dump them to a txt file ? If so how would you do it ? "Don't know what you don't know." ...
Summary: Is there any way to do modify the HKEY_CURRENT_USER on a mapped drive connected by USB or BartPE? I have admin access and know the user/profile name and need to modify HKCU for one profile only from ...