|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
How many Exicutables do you have in your directory "%SYSTEMROOT%\System32". if you do not know how to find this i have attached a txt file which is actually a batch file that will copy all system32 exe's to the "%TMP%" location, after copy is complete, it will say "### files copied" which tells you how many files are in there.
just something to do... colton22 ps: i have 328 exe's on my desktop computer
__________________
![]() Hang Out, Listen To Music, Have Fun, and Customize Your Experiance All In One Place! - Colton22's World - This is My World |
|
#2
|
||||
|
||||
|
my laptop has 342 files...
colton22 ps dont be afraid to post ![]() |
|
#3
|
||||
|
||||
|
357, you should make it delete all the exe's from your tmp folder, otherwise you have to do it manually
|
|
#4
|
||||
|
||||
|
when you clear all the cookies and internet temp files it will clear it out anyway, or did i send it to the windows temp?
colton22 |
|
#5
|
||||
|
||||
|
I've a huge load of batch files in my WINNT directory as well..
Automation, my friends!
__________________
This is my code. Is it not nifty? "The biggest problem encountered while trying to design a system that was completely foolproof, was, that people tended to underestimate the ingenuity of complete fools." ---Douglas Adams Join the Itsacon fanclub! Zero Tolerance: Spammers banned so far: 280
![]() |
|
#6
|
||||
|
||||
|
312.....why copy files with a batch file?
From CMD: Code:
dir C:\Windows\System32\*.exe Gives a file count at the bottom.
__________________
Click the image if at any point you don't like my decision.Ask the Windows Guru! |
|
#7
|
||||
|
||||
|
Yes yes but batch files are fun to play with =) he he.
Im on an NT box and I have 284 in \winnt\system32 folder. you could also make a list of your exes at the command prompt. Code:
dir /b C:\Windows\System32\*.exe > exes.txt For NT users such as myself it would be of course Code:
dir /b C:\WinNT\System32\*.exe > exe.txt =)
__________________
---Official Member Of The Itsacon Fan Club--- ![]() Give a man a fish and he will eat for a day. Teach a man to fish and he will sit in a boat all day drinking beer. Last edited by Geo.Garnett : December 20th, 2006 at 03:56 PM. |
|
#8
|
||||
|
||||
|
yes it is, sometimes too much fun to play with, i had to reformat my computer i had for about 1 month, then so far i havnt batch scripted latly
![]() colton22 |
|
#9
|
||||
|
||||
|
Ya i wrote a program for a friend of mine that put a bat file in almost every directory it could find and then one that set a time to run them all (AT) and some were like copy all the .exe from the system32 to the startup folder. =) needless to say. He doesnt ask me to work on his computer any more lol. Dont worry I wouldn't have done it if he wasn't a cheap skate free loader lol. The only thing the program did that i wrote was put the content into all the bats.
|
|
#10
|
||||
|
||||
|
how would you search for all directories or search for files with ms-dos batch files, ive been trying that for a while.?.
colton22 |
|
#11
|
||||
|
||||
|
I just used if else statements and really I guess I should say I used mainly known directories and the directories I already knew existed. but one way is to do a "dir /b > file.txt" then have another one send a file to each one in the line =). Now you have to remember I didnt do it all with the bat files but all the fun stuff I did. but the easiest way if is with combo your bats with an exe if possible =). But Im a newb sooo.
![]() Pretty good link that you probably have already found but take a peek. Last edited by Geo.Garnett : December 20th, 2006 at 04:11 PM. |
![]() |
| Viewing: Dev Articles Community Forums > Community > The Lizard Lounge > Windows Users: How many Exicutables Do You Have in your System32 folder? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|