home   |   contact us   |   sitemap   |   advertising Free Online Games
Free MMORPG

The Free MMORPG Games- Free MMORPG - P2P Games - Open Beta - Closed Beta - Browser Based - Non-English - Other Free Games - Top 50


Go Back   Onrpg Free MMORPG Forums > Development > General Programming

Closed Thread
 
LinkBack Thread Tools Search this Thread Display Modes
Old 07-17-2006, 04:43 PM   #11 (permalink)
Retired Staff
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,025
MMOFaces Profile: None Yet
Default

I think VBScript has basicly taken out the need for BAT files nowadays, it's much more flexible and is just as easy to learn.
TwitcH is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-22-2006, 12:37 AM   #12 (permalink)
Marios's Mustache Wax
 
Join Date: Jul 2006
Posts: 2
Reputation: 10
MMOFaces Profile: None Yet
Default

Jesus! this thread made me sick and i registered just to reply!

MS-DOS is not a programming language, not a scripting language, and not "the computer framework" :eek:
MS-DOS is an operative system, yea the first OS that bill g and a friend wrote. It has no graphical user interface so you need to type the commands you want to perform(Just like linux without the graphics stuff). BAT files are ms-dos commands written to a file that can be run consecutive, line by line, In fact, some boot disks that boot the computer with the ms-dos OS still are used.
Nowadays MS-DOS is a deprecated OS that is emulated by windows just to have some compatibility with old applications ( at my work place we still use some ms-dos applications but our OS is windows ), because ms-dos is(or was) an operative system you can delete files, format harddrive, partittion harddrive and all the stuff.

So everybody repeat with me:

Ms-DOS is an operative system without graphical user interface.
Nowadays it's deprecated but emulated by windows.
.Bat files are batch files that execute ms-dos commands.

If you want to feel ms-dos just do Start->Run->cmd and thats what people saw 15 years ago when they bootted up their computers. No windows!

Edit: for example 20 years ago to copy files to another directory you had to write "copy c:\*.* c:\newdir" that makes a copy of all the files in c: to directory "newdir". Because typing a lot of commands like this one could be time consuming .bat files where created to not need to type a lot of commands by hand. Nowadays I use it to make a backup of the programs i'm writing, I have a file in my desktop called "BackUp.bat" and contains this line "copy C:\programming\*.* F:\Backups /s /y". Whenever i want to make a backup of my files i just double click the file and it backups all the data to external drive f: . Just an example.

Last edited by cederron; 07-22-2006 at 01:08 AM.
cederron is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-22-2006, 08:01 PM   #13 (permalink)
Dante’s Inferno
 
naruto1327's Avatar
 
Join Date: May 2006
Location: California
Posts: 617
Reputation: 10
Send a message via AIM to naruto1327 Send a message via MSN to naruto1327 Send a message via Yahoo to naruto1327
MMOFaces Profile: None Yet
Default

That's what I'm trying to say!
naruto1327 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-25-2006, 06:20 PM   #14 (permalink)
Orc's Breathmint
 
Join Date: Jul 2006
Posts: 103
Reputation: 10
MMOFaces Profile: None Yet
Default

You basically repeated what I said :/...
__________________


XceeD is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-25-2006, 08:33 PM   #15 (permalink)
McFox Sandwich
 
Join Date: Jul 2006
Posts: 466
Reputation: 10
MMOFaces Profile: None Yet
Default

Quote:
Originally Posted by TLM
Guess my explaining is not needed

Now go look up batch programming, stuff is damn useful, i've got a little .bat file on my desktop to show me what my IP is since it's dynamic It's pretty handy, not destructive -.-

Although saying that I have seen a few bat script virus's, so yeah it's only dangerous if you intend it to be
I know what Ms-DOS is capable of doing...I revamped my comp with it.And i know one way its powerfull is because u can hack with it. And yea make viruses, u just need to know the hidden commands...
Cj Shadows is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-25-2006, 11:14 PM   #16 (permalink)
Dante’s Inferno
 
naruto1327's Avatar
 
Join Date: May 2006
Location: California
Posts: 617
Reputation: 10
Send a message via AIM to naruto1327 Send a message via MSN to naruto1327 Send a message via Yahoo to naruto1327
MMOFaces Profile: None Yet
Default

The commands aren't meant to be hidden... It's like playing a game you've never played before.
naruto1327 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-26-2006, 12:07 AM   #17 (permalink)
McFox Sandwich
 
Join Date: Jul 2006
Posts: 466
Reputation: 10
MMOFaces Profile: None Yet
Default

Quote:
Originally Posted by naruto1327
The commands aren't meant to be hidden... It's like playing a game you've never played before.
Yeah but I dont think they want you to know how to hack, and the commands you can use to hack with....
Cj Shadows is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-26-2006, 02:10 AM   #18 (permalink)
Orc's Breathmint
 
Join Date: Jul 2006
Posts: 103
Reputation: 10
MMOFaces Profile: None Yet
Default

You can't hack with just MS-DOS... you can hack with Telnet THEN use MS-DOS on the computer you hacked...
In short, you can't hack with MS-DOS!!!:mad:
__________________


XceeD is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-26-2006, 03:14 AM   #19 (permalink)
McFox Sandwich
 
Join Date: Jul 2006
Posts: 466
Reputation: 10
MMOFaces Profile: None Yet
Default

Quote:
Originally Posted by XceeD
You can't hack with just MS-DOS... you can hack with Telnet THEN use MS-DOS on the computer you hacked...
In short, you can't hack with MS-DOS!!!:mad:
................................
Okay u open up Ms-Does you either type in telnet and enter or type telnet IP Port Number Example: Telnet 10.8.99.88 81
Cj Shadows is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-26-2006, 12:06 PM   #20 (permalink)
Retired Staff
 
TwitcH's Avatar
 
Join Date: May 2006
Posts: 2,025
MMOFaces Profile: None Yet
Default

MS-DOS doesnt even exist in newer operating systems, it has been replaced by a command line interface which is like MS-DOS called cmd.exe.

cmd.exe is an interface to give you access to commands such as telnet, netstat, ipconfig and lots lots more, most of which can be used for hacking or gathering useful information to help with hacking.

BAT files are just a way of taking these commands and running them one by one in a script like way, people have and still do exploit this to make viruses that will wipe entire harddrives or as a sneaky way to get the user to download trojans and backdoors. Other people will use it to make jobs such as telnetting to 10 different computers an easy task to do.

I dont think anything more on the subject needs to be said, unless I need correcting.
TwitcH is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:19 AM.

Forums Section List
Main Category Free Games Online Games Upcoming Games Online Games Upcoming Games
General Free MMORPG Fiesta Online    Maple Story Guides Trickster DOMO - Dream of Mirror Online
RolePlaying Free MMO & MMOFPS Conquer Online    Maple Story Buy/Sell/Trade WarRock Online Seal Online
Newbie Zone Korean/Foreign Games DragonGem Lunia World of Warcraft Age of Armor
  Browser/MUDs FlyFF Ragnarok Online Other Games Exteel
  Single Player RPGs Ghost Online Rakion    Rappelz Infinity
  Free MMORPG Requests Guildwars Runescape    Final Fantasy XI Cabal Online
    Gunz Online Scions of Fate (YulGang)    Goonzu Online Granado Espada
    Maple Story Silkroad    Gunbound Nostale



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Onrpg, Copyright ©2003-2007, BlueCastle Media

Copyright © 2004-2007 BlueCastle Media