MS-DOS and basic scripting

Discussion in 'Ethical hacking' started by germanboy104, Oct 27, 2008.

  1. germanboy104

    germanboy104 New Member

    Joined:
    Oct 27, 2008
    Messages:
    14
    Likes Received:
    0
    Trophy Points:
    0
    So yea, most kids nowadays just pull up CMD to look like some . And, its true, the appearance of a MS-DOS prompt screen will frighten most computer teachers :D

    but, most kid's knowledge concerning DOS is limited to knowing how to run the executable.
    so.....if u want to learn mo read on! but, im really not sure if im posting this in te right place... :confused:
    or if anyone is gonna read it
    but w/e!! i really dont care.....just sharin some knowledge ive picked up on in te world of IT!! :)

    well, imma start with te basics, MS-DOS, CMD, Command Prompt, whatev. u call it, is a powerful direct user->computer interface found on almost all windows operating systems. basically, your computer runs off of this command shell, and accessing it can allow you to perform tasks that may not be possible were you attempting to accomplish them any other way........
    this is why linux is such a secure operating system, because CMD basically presents a user all the tools he would require to write a hack or simple virus or spam e-mail or w/e he wants to do!! And CMD is only on windows based OS. Its a lot harder to write a virus for a linux system...... :eek:

    Anywho, there are a few simple commands that u can use in the command shell (CMD) to accomplish many tasks, just google it and ull find many useful commands to do whatever!!

    but if u really wanna have some fun, or if u have multiple tasks that u perform consistently, u should make a batch file to accomplish these easily and quickly.
    to make a batch file, simply type "edit title.bat" into the command line.......
    ("title" being the name of the file u wish to create or edit)
    a blue screen will appear, and u can then start scripting!!
    :smug:

    basically, to script u only need to write commands u would type into the command line in succession. for example
    "Start cmd.exe"
    "tree"

    this really serves no purpose.....but will open a new cmd window, and show all the files on ur computer.......

    but to run this batch or script, simply type "Title" into the command line.....thatll run the file

    scripts can become really complex....with variables and ftp and such...... :crazy:

    but combining commands can yield significant results.
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    I never knew about the tree command to be honest.
     
  3. neo_vi

    neo_vi Member

    Joined:
    Feb 1, 2008
    Messages:
    720
    Likes Received:
    16
    Trophy Points:
    18
    Occupation:
    Software engineer
    Location:
    Earth
    Home Page:
    http://computertipaday.blogspot.com
    I too know only some months ago. I read that in a tutorial.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice