Activity Stream
48,167 MEMBERS
6731 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Member
    Website's:
    Elite.SO Defendos.com Motionite.com

    Default Get FULL System Info using Batch + Explained ;)

    This example will explain how to export FULL system info.

    NOTE: This CMD coding level is: N00B.

    Here is the batch code:
    Code: 
    : FULL SYSTEM INFO - Example by l0calh0st
    : START CMD
    
    : Set the dialog title
    title FULL SYSTEM INFO - Example by l0calh0st
    
    : Turn off the fucking echo
    @echo off
    
    : Set the color of background and text
    color 0c
    
    : Display nothing but add whitespace
    echo.
    
    : Displaying text
    echo Exporting System Info...
    
    : Using the SYSTEMINFO command and export it directly into a text file
    SYSTEMINFO>INFO.txt
    
    : Display nothing but add whitespace
    echo.
    
    : Displaying text
    echo INFO.txt Exported!
    
    : Open the newly exported file in notepad
    notepad.exe INFO.txt
    
    : Wait on user
    pause
    
    : STOP CMD
    (For the noobs, copy and paste the above code in Notepad and save the file wil extension .BAT and run it!)

    Screenshot:


    Cheerz
    l0calh0st Reviewed by l0calh0st on . Get FULL System Info using Batch + Explained ;) This example will explain how to export FULL system info. NOTE: This CMD coding level is: N00B. Here is the batch code: : FULL SYSTEM INFO - Example by l0calh0st : START CMD : Set the dialog title Rating: 5

    Defendos BETA3 Released! Thread - Official Website

  2.   Sponsored Links

  3.     
    #2
    Member
    batch scripts

    for Linux you can use

    cat /proc/cpuinfo ( for more info on processor)
    free ( ram )
    df -h ( HDD )
    Coding Horror Fan
    I don't read PM's frequently .

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Twilight.ws - New Rating System Explained
    By Whoo in forum Forum and DDL Discussion
    Replies: 264
    Last Post: 1st Nov 2012, 09:07 AM
  2. If all payment system die, Do you share for full free
    By nerdbrain in forum File Host Discussion
    Replies: 40
    Last Post: 30th Jul 2012, 12:58 AM
  3. [PR3] LE with fullOS.com - Only full Operating System download
    By ZOG in forum Traffic Market (Buy, Sell and Trade)
    Replies: 26
    Last Post: 1st Sep 2011, 11:33 PM
  4. Backing Up Registry using Batch + Explained!
    By l0calh0st in forum Web Development Area
    Replies: 0
    Last Post: 30th Sep 2010, 02:29 PM
  5. Linux File System Explained For Beginners
    By Plutost in forum Tutorials and Guides
    Replies: 4
    Last Post: 7th Sep 2009, 04:07 PM

Tags for this Thread

BE SOCIAL