Creating special BAT or EXE

Skullpture

New Member
I'd like to make some sort of BAT or EXE file that will allow me to disable certain services. Is that possible? If so what should I code? Also, what type of programming language is used in creating BAT and INI files? C? C+? I'm not sure.
 

My Computer

System One

  • Manufacturer/Model
    Hewlett-Packard
    CPU
    AMD Athlon X2 3800+ @2.5GHz
    Memory
    2560MB
    Graphics Card(s)
    KFA2 8500GT 256MB
    Sound Card
    Realtek HD
    Monitor(s) Displays
    HP vs17e
    Screen Resolution
    1280x1024 @75Hz
    PSU
    300W Stock
    Case
    Stock
    Cooling
    Stock
    Keyboard
    Logitech
    Mouse
    Dell/Logitech
    Internet Speed
    AT&T 2-3MB/s
batch files are mainly command prompt commands in a certain order stored in a file

try this as your batch command

@echo off
ipconfig /all >configuration.txt
save the above line as a .bat file, it will output a file called configuration where you run the batch file which shows your ipconfig information in a txt format
 

My Computer

System One

  • Manufacturer/Model
    Self Built
    CPU
    Intel Core2 Duo E2200 2.2 GHz
    Motherboard
    Emaxx IG31-AVL (AMI 1.1 Bios)
    Memory
    4.00 GB DDR2-800 MHz Dual Channel Memory
    Graphics Card(s)
    Inno 3d GeForce 9500 GT 1GB DDR3
    Sound Card
    Realtek 6 Channel On Board
    Monitor(s) Displays
    15" Generic Flat Screen Panel
    Screen Resolution
    1024 * 768
    Hard Drives
    1 Seagate 80GB 7200 RPM SATA

    1 Western Digital My Book Essentials 1TB
    PSU
    500W
    Case
    LGA 775 Compliant Case
    Cooling
    Case Fan (Generic)
    Keyboard
    Generic PS/2 Keyboard
    Mouse
    Generic PS/2 Mouse
    Internet Speed
    1Mbps DL 600Kbps UL
    Other Info
    Altec Lansing 2.1 Sound System

    Nokia 5800 Xpress Music RM -356 v31.0.101
Back
Top