Collection of Batch files for everyone to use!

I'll check it out, I've been seeing those a lot lately. Quite frankly, its awesome. With the .exe extension you can assign a icon image to it instead of the default gears on white -- boring.

Thanks lemur
 

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(
I'm working on a batch file now that will have games, windows basic applications, security applications, vista diag tools, network info, logger, and a few more goodies. When I post it please check it out :cool:
 

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(
wow hurry up i want them lol!
 

My Computer

System One

  • Manufacturer/Model
    Acer 5735z Laptop
    CPU
    2.0 ghz intel pentium dual-core processor t4200 800mhz fsb
    Motherboard
    Acer CathedralPeak Rev
    Memory
    4gb
    Graphics card(s)
    Integrated Intel Graphics Media Accelerator 4500
    Sound Card
    Realtek
    Monitor(s) Displays
    15.6" HD CineCrystal LCD
    Screen Resolution
    1366x768
    Hard Drives
    160gb stock drive. ATA
    Case
    Stock Notebook
    Cooling
    Stock
    Mouse
    Synaptics TouchPad
    Keyboard
    PS/2
    Internet Speed
    No idea

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(

My Computer

System One

  • Manufacturer/Model
    Acer 5735z Laptop
    CPU
    2.0 ghz intel pentium dual-core processor t4200 800mhz fsb
    Motherboard
    Acer CathedralPeak Rev
    Memory
    4gb
    Graphics card(s)
    Integrated Intel Graphics Media Accelerator 4500
    Sound Card
    Realtek
    Monitor(s) Displays
    15.6" HD CineCrystal LCD
    Screen Resolution
    1366x768
    Hard Drives
    160gb stock drive. ATA
    Case
    Stock Notebook
    Cooling
    Stock
    Mouse
    Synaptics TouchPad
    Keyboard
    PS/2
    Internet Speed
    No idea
Here it is! :)

Darn it, wait, I forgot to upload a 32bit version of the batch. Wait one more minute and I'll have it up. Didnt want to post twice to upload the same thing lol

Okay, were good now. Enjoy it guys :)
 

Attachments

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(
CrucialHoax, it seems you are learning as you work, which is a good thing.
Programmers use librarys, these are routines that are commonly used.
Sounds familier?
You are also learning about mobular programming. That is where you have a program split into modules, this can also be used in electronics. Well done:D

Debbuging:
After :net add a cls command.
Clear the prefetch command does not work on my machine?
After deleting temp internet files add a cls command after press any key.
 

My Computer

System One

  • Manufacturer/Model
    Self Built
    CPU
    I5 3570K
    Motherboard
    Gigabyte Z77-DS3H
    Memory
    4 x 4GB corsair ballistix sport DDR3 1600 Mhz
    Graphics card(s)
    Gigabyte Geforce GTX 660 TI
    Sound Card
    creative x-fi
    Monitor(s) Displays
    Primary CiBox 22" Widescreen LCD ,Secondary Dell 22" Widescreen
    Screen Resolution
    Both 1680 x 1050
    Hard Drives
    2 x 500G HD (SATA) 1 x 2TB USB
    PSU
    Corsair HX 620W ATX2.2 Modular SLI Complient PSU
    Case
    Antec 900 Ultimate Gaming Case
    Cooling
    3 x 80mm tri led front, 120mm side 120mm back, 200mm top
    Mouse
    Technika TKOPTM2
    Keyboard
    Logik
    Internet Speed
    288 / 4000
    Other Info
    Creative Inspire 7.1 T7900 Speakers Trust Graphics Tablet
CrucialHoax, it seems you are learning as you work, which is a good thing.
Programmers use librarys, these are routines that are commonly used.
Sounds familier?
You are also learning about mobular programming. That is where you have a program split into modules, this can also be used in electronics. Well done:D

Debbuging:
After :net add a cls command.
Clear the prefetch command does not work on my machine?
After deleting temp internet files add a cls command after press any key.

I can't add a cls command after the :net menu, simply because the information from the net menu is all displayed from within the prompt, so if I placed a cls after the :net it would cls after the info is displayed making it impossible to read :(

I'm adding in the cls now for the temp menu, but it's not cleaning IE history, as I do not know that directory since I dont use IE... It cleans the system temps..

Working on the prefetch now. I'm making the command recognize the directory its in then deleting the files in its current directory. Also, did you run the batch as Administrator? Under normal permissions that directory is denied...

Also, I wast just fiddling around with the temp thing just now, and I got it to log what files it deleted from each directory as a separate text file for each directory, now how can I pipe all the directories and files into one text document? That would be kind of cool, to log whats deleted, maybe not though. Just a thought.

Thanks for noticing my errors :o lol
Oh well, learning experience for me right now
 

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(
No wories about erross, things can get complicated.
About the cls command after :net, I have emailed myself the batch file in text format to my work so I will look into it.
The IE history is kept in the user folder.
You will learn quickly what you need to do.
There is a way of adding to a text file, I will try and work out how to do it, have not coded for a while.
 

My Computer

System One

  • Manufacturer/Model
    Self Built
    CPU
    I5 3570K
    Motherboard
    Gigabyte Z77-DS3H
    Memory
    4 x 4GB corsair ballistix sport DDR3 1600 Mhz
    Graphics card(s)
    Gigabyte Geforce GTX 660 TI
    Sound Card
    creative x-fi
    Monitor(s) Displays
    Primary CiBox 22" Widescreen LCD ,Secondary Dell 22" Widescreen
    Screen Resolution
    Both 1680 x 1050
    Hard Drives
    2 x 500G HD (SATA) 1 x 2TB USB
    PSU
    Corsair HX 620W ATX2.2 Modular SLI Complient PSU
    Case
    Antec 900 Ultimate Gaming Case
    Cooling
    3 x 80mm tri led front, 120mm side 120mm back, 200mm top
    Mouse
    Technika TKOPTM2
    Keyboard
    Logik
    Internet Speed
    288 / 4000
    Other Info
    Creative Inspire 7.1 T7900 Speakers Trust Graphics Tablet
Alright, I'll see if I can add in a IE temp removal. Thanks for taking a look.
 

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(
Alright, I got it. Thanks to Brink I got the command to make it clean the temp files out of the IE directory.

Here is the new batch file with an clear IE temp option.
 

Attachments

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(
I downloaded them from your thread you made yesterday I believe :)
 

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(
Honestly I don't know what else to add to these. I might send a pack that will reboot, shut down the pc. Or just a few minor things like that.

Right now I'm loading shortcuts to everything, if you dont like the batch file interface, just point and click the icon with these! :)

There are quite a few very useful shortcuts in there. All with matching icons from Vista :)
 

Attachments

Last edited:

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(
I'm running out of ideas. So, I just made a few little batch files. One is named HiJackThis replacement, that thing will log a lot of system information then output to a txt file on the users desktop. Really cool. Check out this pack. :)
 

Attachments

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(
I don't know what else to make. If someone can chime in and throw me some ideas that might be useful it would be greatly appreciated. As of now I have a:

logger, network utility pack, Vista tool pack, clear temps, clear ie data, clear prefetch, clear thumbnails, shutdown, reboot, ping logger, hi-jack this replacement utility, and that's all I can think of.

So if there is something someone wants me to create post it in here and I'll do my best to get it done :)
 

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(
I downloaded the Beta 1.6_x64_x86 version. Is that the only one that will work with 64bit Vista?
Please excuse my ignorance, I'm new to using batch files so I'm being cautious.
 

My Computer

System One

  • Manufacturer/Model
    Dell Studio XPS 1340
    CPU
    Intel Core 2 Duo P8700 2.53 GHz
    Memory
    4 GB
    Graphics card(s)
    NVIDIA
    Monitor(s) Displays
    "Edge-to-edge" Glossy 13.3 inch WXGA CCFL LCD display
    Screen Resolution
    1280 x 800
    Hard Drives
    500 GB SATA @ 7200 rpm
    Internet Speed
    Broadband
I downloaded the Beta 1.6_x64_x86 version. Is that the only one that will work with 64bit Vista?
Please excuse my ignorance, I'm new to using batch files so I'm being cautious.

No, the machine I wrote it on is x64. Actually, it will work with either platform --all of my batch files will-- I just thought I had an extra option on that one, but I didn't so I named it that. My mistake, glad you brought that up. But to answer your question, no it will work with any 32bit or 64 bit system :)

*** EDIT *** I just realized you said you downloaded that version. Don't worry there isn't anything wrong with it, but I would suggest downloading beta 1.7 as it is my most up to date batch file. Thanks :)
 
Last edited:

My Computer

System One

  • Manufacturer/Model
    HP
    CPU
    Intel Neo
    Memory
    2GB
    Graphics card(s)
    Intergrated Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    10.1
    Screen Resolution
    1280 x 800
    Hard Drives
    160GB
    PSU
    Power Adapter
    Case
    It's special, it flips open :)
    Mouse
    Touchpad
    Keyboard
    Acer
    Internet Speed
    Down: 16mb/s Up: 1.6mb/s
    Other Info
    I killed my HP Laptop :'(
it seems everything is fine with me but I'm new here on vista please help me if something goes wrong and what am I gonna do with these batch anyway ??:confused:hihi
 

My Computer

System One

  • Manufacturer/Model
    Toshiba Satellite M300
    CPU
    Intel core 2Duo
    Memory
    2.00GB
    Graphics card(s)
    ATI Mobility Radeon HD 3470
    Sound Card
    Conexant High Definition SmartAudio
    Monitor(s) Displays
    Generic PnP
    Screen Resolution
    1280 x 800
    Case
    silk
    Mouse
    Synaptic PS/2 port touchpad
    Keyboard
    Standard PS/2 Keyboard
Back
Top