Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Guys can someone help me??????  (Read 12408 times)

0 Members and 1 Guest are viewing this topic.

FilipS92

  • Guest
Guys can someone help me??????
« on: December 11, 2006, 02:28:59 PM »
Guys i m only 14 years old and i want to learn about Dos commands,so can someone post commands and information for what is it.[highlight][/highlight]
I want to learn about it very much,but dont know where to look@@@@,if someone want to contact me this is my msn adress [email protected]


patio

  • Moderator


  • Genius
  • Maud' Dib
  • Thanked: 1769
    • Yes
  • Experience: Beginner
  • OS: Windows 7
Re: Guys can someone help me??????
« Reply #1 on: December 11, 2006, 02:38:44 PM »
Google DOS commands....there's about 14,738 articles...
" Anyone who goes to a psychiatrist should have his head examined. "

FilipS92

  • Guest
Re: Guys can someone help me??????
« Reply #2 on: December 11, 2006, 02:51:05 PM »
Can someone give me site of DOS commands,i was searching but cant find,i m from Serbia=Yugoslavia,and i m newbie,so can someone help?


fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Re: Guys can someone help me??????
« Reply #3 on: December 11, 2006, 09:10:10 PM »
« Last Edit: December 11, 2006, 09:13:30 PM by fffreak »
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

Dusty



    Egghead

  • I could if she would, but she won't so I don't.
  • Thanked: 75
  • Experience: Beginner
  • OS: Windows XP
Re: Guys can someone help me??????
« Reply #4 on: December 12, 2006, 12:16:45 AM »
Here's the Computer Hope homegrown version:  http://www.computerhope.com/msdos.htm

Note that some MS-Dos commands are not available at the XP Command Prompt and vice versa.  XP commands are here: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds_o.mspx?mfr=true

Good luck
« Last Edit: December 12, 2006, 12:17:18 AM by Dusty »
One good deed is worth more than a year of good intentions.

FilipS92

  • Guest
Re: Guys can someone help me??????
« Reply #5 on: December 12, 2006, 12:57:46 AM »
Can someone help me to make command in txt,then i ll change to bat,i want to know  for  shutdown PC with that bat,i think that is so cool? :-? :-? :-? :-? :-? :-? :-? :-? :-?

uli_glueck

  • Guest
Re: Guys can someone help me??????
« Reply #6 on: December 12, 2006, 03:29:37 AM »
This is a good site with commands for the CMD (NT,W2k,XP)
(I assume you are working with a windows machine.)

http://www.ss64.com/nt/

Just play around with the commands at the commandline first.
You can't write batchfiles if you don't understand the commands.

Write batchfiles with an editor like notepad, ultraedit (my favourite) or ...
save it as .bat or .cmd

hope it helps
uli

FilipS92

  • Guest
Re: Guys can someone help me??????
« Reply #7 on: December 12, 2006, 12:22:59 PM »
Now i know commands,but can you guys teach me how to write batchfiles? :-? :-? :-?
I was wondering how to do that,i hope someone answer me.THANKS

HDL_CinC_Dragon

  • Guest
Re: Guys can someone help me??????
« Reply #8 on: December 12, 2006, 02:27:49 PM »
Its actually quite easy!

just open up Notepad by going to Start > All Programs > Accessories > Notepad and then type your program in there and then save it to you desktop as "MyBatch.bat" (the end part ".bat" is VERY important) and then the batch file will show up on your desktop. all you have to do is double click it and your good to go :) and if you want to edit it, an easy way to do that instead of having to reopen notepad, all you need to do is right click on the batch file on your desktop and then click "Edit" in the menu that shows up.


Hope this help!


P.S. I was looking through that index when I came accross this; DELOLDOS
    Is this command for un-LOLing the DOS?  ;D

FilipS92

  • Guest
Re: Guys can someone help me??????
« Reply #9 on: December 12, 2006, 02:33:52 PM »
I need to know how to write my bat file,i mean what to type and for what,that is what i dont anderstand,i want to know all about it,if someone can help [highlight]THANKS[/highlight]

HDL_CinC_Dragon

  • Guest
Re: Guys can someone help me??????
« Reply #10 on: December 12, 2006, 02:38:01 PM »
Ok i think i know what you mean:

here, ill tell you a small sample code to right and then that should give you a pretty good understanding of how to do it:
1) Open up notepad.exe
2) Once it is open, type the following line of code:
Code: [Select]
Echo off
echo Hello World!
pause
3) Save the program as "myBatchFile.bat" onto your desktop
4) Then double click it and your good to go!

I hope I explained it better this time. If i didnt, please try to be more specific as to what exactly you need help with ;)

HDL_CinC_Dragon

  • Guest
Re: Guys can someone help me??????
« Reply #11 on: December 12, 2006, 02:42:36 PM »
Quote
Can someone help me to make command in txt,then i ll change to bat,i want to know  for  shutdown PC with that bat,i think that is so cool? :-? :-? :-? :-? :-? :-? :-? :-? :-?


for this all you need to do is write(in Notepad):

shutdown -s -t 30 -c "Shutting down from batch file"

exactly as Ive written it and it will shutdown your computer after 30 seconds and will display a little message.
to get it to restart your computer, type in this:

shutdown -r -t 30 -c "Restarting from batch file"

hope this helps!

FilipS92

  • Guest
Re: Guys can someone help me??????
« Reply #12 on: December 12, 2006, 03:01:48 PM »
i anderstand now for echo and shut down pc,but can you guys tell me more stuffs i can make?
can you explain to me how i can make alone something? :-? :-? :-?
And can someone teach me to make viruses,i was watch viruses in quarantin but i dont get what command i need to create my onw,i dont know commands so can someone help me?????
« Last Edit: December 12, 2006, 03:55:16 PM by FilipS92 »

HDL_CinC_Dragon

  • Guest
Re: Guys can someone help me??????
« Reply #13 on: December 12, 2006, 04:19:00 PM »
Quote
can someone teach me to make viruses

if you want to be hated by more than half the world by writing viruses, go find some hacker forums. This forum is White Caps only...


for learning DOS stuff however, all you need to do is study the DOS commands and their syntax by simply fiddling around with random little programs and learning from there. Unfortunately it takes time to learn a programming language whether it be very simple or very complex. everything requires time. Be patient and be resourceful. Do at least a wee bit of research before asking a question in the forums.

FilipS92

  • Guest
Re: Guys can someone help me??????
« Reply #14 on: December 13, 2006, 01:05:32 AM »
I really want to do it alone,but cant,i dont know how to write little programs in dos,i was watched viruses in quarantine but i dont understand commands,i m from Serbia=Yugoslavia so i dont speak english very well. :'( :'(

Dusty



    Egghead

  • I could if she would, but she won't so I don't.
  • Thanked: 75
  • Experience: Beginner
  • OS: Windows XP
Re: Guys can someone help me??????
« Reply #15 on: December 13, 2006, 03:40:18 AM »
FilipS92 - YOU have to do the work, no-one will teach how to write scripts using the forums.  There are many tutorials available on the WWW here is just one of them.  Post back with your script if you get a problem, someone is always willing to assist solve a problem but YOU must do the work.
« Last Edit: December 13, 2006, 03:40:57 AM by Dusty »
One good deed is worth more than a year of good intentions.

FilipS92

  • Guest
Re: Guys can someone help me??????
« Reply #16 on: December 13, 2006, 04:18:27 AM »
I want want to do work,but i dont know how or what to type,i found how to hide virus,only i need to know how to make one,but anyway thanks you all guys

Blackberry



    Adviser
  • For those with wings, fly to your dreams.
    Re: Guys can someone help me??????
    « Reply #17 on: December 13, 2006, 04:38:19 AM »
    Quote
    I want want to do work,but i dont know how or what to type,i found how to hide virus,only i need to know how to make one,but anyway thanks you all guys

    you really think we will help you with that?

    @Mod pls lock this topic

    Everybody knows you can't click here. But I know you will try it :)

    FilipS92

    • Guest
    Re: Guys can someone help me??????
    « Reply #18 on: December 13, 2006, 04:54:40 AM »
    *censored*?I m just kid and i want to know all.
    IF someone can help thanks.

    Blackberry



      Adviser
    • For those with wings, fly to your dreams.
      Re: Guys can someone help me??????
      « Reply #19 on: December 13, 2006, 05:28:07 AM »
      Quote
      *censored*?I m just kid and i want to know all.
      IF someone can help thanks.

      Sure  :o :o ::)

      just read the message of Dusty

      Quote
      FilipS92 - YOU have to do the work, no-one will teach how to write scripts using the forums.  There are many tutorials available on the WWW here is just one of them.  Post back with your script if you get a problem, someone is always willing to assist solve a problem but YOU must do the work.
      Everybody knows you can't click here. But I know you will try it :)

      patio

      • Moderator


      • Genius
      • Maud' Dib
      • Thanked: 1769
        • Yes
      • Experience: Beginner
      • OS: Windows 7
      Re: Guys can someone help me??????
      « Reply #20 on: December 13, 2006, 08:48:44 AM »
      Quote
      *censored*?I m just kid and i want to know all.
      IF someone can help thanks.

      Personally i think you're about 24 and just roaming for trouble....

      I don't know how to say it any clearer: WE DON'T DO THAT HERE.

      Hope this helps...
      « Last Edit: December 13, 2006, 08:49:03 AM by patio »
      " Anyone who goes to a psychiatrist should have his head examined. "

      Blackberry



        Adviser
      • For those with wings, fly to your dreams.
        Re: Guys can someone help me??????
        « Reply #21 on: December 13, 2006, 11:35:49 AM »
        Quote
        Quote
        *censored*?I m just kid and i want to know all.
        IF someone can help thanks.

        Personally i think you're about 24 and just roaming for trouble....

        I don't know how to say it any clearer: WE DON'T DO THAT HERE.

        Hope this helps...

        You better don't search trouble against patio  :D
        Everybody knows you can't click here. But I know you will try it :)

        FilipS92

        • Guest
        Re: Guys can someone help me??????
        « Reply #22 on: December 13, 2006, 12:46:27 PM »
        Really i m just kid,i m only 14,and i dont lie,why i do it?i dont have reason for it.I found what i was looking for so t[highlight]hank you all guys
        [/highlight]

        Calum

        • Moderator


        • Egghead

          Thanked: 238
          • Yes
          • Yes
        • Certifications: List
        • Computer: Specs
        • Experience: Beginner
        • OS: Other
        Re: Guys can someone help me??????
        « Reply #23 on: December 13, 2006, 01:05:03 PM »
        Hey, guys, leave off the kid a bit.  (The "kid" wasn't meant to sound at all condescending to anyone by the way, just didn't look right writing guy twice in the same sentence)
        He's new here, and he said he doesn't speak very good English.
        @FilipS92 - We're not a hacker/black hat forum, we don't give help with writing viruses or any sort of malicious code.
        We're here to help people with computer troubles.
        So don't try asking for virus writing help, because you'll just get this sort of thing.
        Hope this helps you understand a bit more about why people were a bit mad at you.
        Batch files are one thing, viruses are another.

        patio

        • Moderator


        • Genius
        • Maud' Dib
        • Thanked: 1769
          • Yes
        • Experience: Beginner
        • OS: Windows 7
        Re: Guys can someone help me??????
        « Reply #24 on: December 13, 2006, 01:31:14 PM »
        I wasn't mad at all...just getting a point across.

        " Anyone who goes to a psychiatrist should have his head examined. "

        Calum

        • Moderator


        • Egghead

          Thanked: 238
          • Yes
          • Yes
        • Certifications: List
        • Computer: Specs
        • Experience: Beginner
        • OS: Other
        Re: Guys can someone help me??????
        « Reply #25 on: December 13, 2006, 01:35:05 PM »
        Fair enough, I just felt that perhaps you guys came across a little harsh . . . perhaps it's just me.
        If I was out of line, I apologize.

        fffreak



          Adviser

        • That's right I am a final fantasy freak.
        • Thanked: 3
          • Yes
          • JSPCRepair
        • Certifications: List
        • Experience: Guru
        • OS: Windows 7
        Re: Guys can someone help me??????
        « Reply #26 on: December 13, 2006, 02:39:11 PM »
        Besides that to make a "virus", you really need to know some sort of programming language, like Visual Basic, C, or assembly. It is quite difficult to try to write a virus in DOS and DOS doesn't do much for you anyway.
        Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

        FilipS92

        • Guest
        Re: Guys can someone help me??????
        « Reply #27 on: December 13, 2006, 03:17:56 PM »
        Quote
        Besides that to make a "virus", you really need to know some sort of programming language, like Visual Basic, C, or assembly. It is quite difficult to try to write a virus in DOS and DOS doesn't do much for you anyway.



        We learn visual bacis in 8 gray,so i ll ask theacher or someone from serbia,thank you guys on help,i m really glad you hepl me,              

        [highlight][size=36][/size]Thank you all[/highlight]

        fffreak



          Adviser

        • That's right I am a final fantasy freak.
        • Thanked: 3
          • Yes
          • JSPCRepair
        • Certifications: List
        • Experience: Guru
        • OS: Windows 7
        Re: Guys can someone help me??????
        « Reply #28 on: December 13, 2006, 04:06:30 PM »
        Quote
        We learn visual bacis in 8 gray,so i ll ask theacher or someone from serbia,thank you guys on help,i m really glad you hepl me

        That is crazy the most we can learn in our school is C++, Java, or Basic and this is high school. Are you sure you are not talking about a Visual Basic Macro?
        « Last Edit: December 13, 2006, 04:07:35 PM by fffreak »
        Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

        GX1_Man

        • Guest
        Re: Guys can someone help me??????
        « Reply #29 on: December 14, 2006, 04:05:48 AM »
        Quote
        Quote
        Besides that to make a "virus", you really need to know some sort of programming language, like Visual Basic, C, or assembly. It is quite difficult to try to write a virus in DOS and DOS doesn't do much for you anyway.



        We learn visual bacis in 8 gray,so i ll ask theacher or someone from serbia,thank you guys on help,i m really glad you hepl me,              

        [highlight][size=36][/size]Thank you all[/highlight]

        Perhaps a basic HTML lesson would be helpful as well.  ::)

        FilipS92

        • Guest
        Re: Guys can someone help me??????
        « Reply #30 on: December 14, 2006, 04:33:48 AM »
        [highlight]Guys i dont look for trouble,i m just kid which want to know everything,other people like when kid want to learn,and i really want to learn all,i cant know all but i ll do my best.[/highlight]

        ghostdog74



          Specialist

          Thanked: 27
          Re: Guys can someone help me??????
          « Reply #31 on: December 14, 2006, 05:17:46 AM »
          Quote
          [highlight]Guys i dont look for trouble,i m just kid which want to know everything,other people like when kid want to learn,and i really want to learn all,i cant know all but i ll do my best.[/highlight]
          hey, why don't a read a book first. I have an ebook on the M$ command line here
           http://www.megaupload.com/?d=0NEWQEG2 which i don't mind sharing with you.
          Another link at http://www.sendspace.com/file/j5pjp7
          Its called Microsoft Windows Command-Line Administrator's Pocket Consultant.
          Have a read and i am sure you will know quite a lot after that.

          FilipS92

          • Guest
          Re: Guys can someone help me??????
          « Reply #32 on: December 14, 2006, 01:06:14 PM »
          Thank you all guys for helping me to figurate dos commands and vriting little programs,[highlight]i really appreciate that[/highlight]

          Blackberry



            Adviser
          • For those with wings, fly to your dreams.
            Re: Guys can someone help me??????
            « Reply #33 on: December 14, 2006, 01:07:24 PM »
            Quote
            It is quite difficult to try to write a virus in DOS and DOS doesn't do much for you anyway.

            I don't agree. You can make a batch file tgat makes an externel *.vbs script. For example >> test.txt ECHO line one, etc. And open that *.vbs script with your batch file. And with vbscript you can make a serious virus, after all, the I love you virus is made in vbscript  ;)
            Everybody knows you can't click here. But I know you will try it :)

            fffreak



              Adviser

            • That's right I am a final fantasy freak.
            • Thanked: 3
              • Yes
              • JSPCRepair
            • Certifications: List
            • Experience: Guru
            • OS: Windows 7
            Re: Guys can someone help me??????
            « Reply #34 on: December 14, 2006, 01:41:17 PM »
            Quote
            I don't agree. You can make a batch file tgat makes an externel *.vbs script. For example >> test.txt ECHO line one, etc. And open that *.vbs script with your batch file. And with vbscript you can make a serious virus, after all, the I love you virus is made in vbscript

            I think he was trying to design a "virus" with just a batch file I suppose, not any other programming or scripting language. That kind of batch file is just executing another program or script, but it does not have a "virus" embedded in the code.
            « Last Edit: December 14, 2006, 01:42:30 PM by fffreak »
            Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.