June 10, 2023, 01:11:23 PM

Author Topic: Question of Knowledge  (Read 9287 times)

0 Members and 1 Guest are viewing this topic.

12ozProphet

  • Guest
Question of Knowledge
« on: August 15, 2005, 12:31:53 AM »
Does anybody here have a well compiled list of commands for cmd that they dont really tell you about but are useful for *cough* my purposes?

Offline benthehutt

  • Global Moderator
  • Seasoned Poster
  • *****
  • Posts: 368
  • Country:
  • "Drugs? You'd better not be!" - my mom
    • Echelon9
Re:Question of Knowledge
« Reply #1 on: August 15, 2005, 12:09:12 PM »
I'm not sure what you mean by that, but I don't think there ARE any commands like that.  CMD is a much better "shell" (I guess it's a shell, though I've never heard it called that before) than command.com, but I've found it's still quite limited.

If your "purposes" are anything cool, download cygwin and have some fun learning bash.  It's like a linux emulator, but you won't have to worry that it'll mess up anything like a dual-boot *nix/Windows machine (somehow they sense each others presence and destroy each other).

As a former "Windows Only" biggot, it was hard to admit it to myself, but CMD can't do nearly as much as a *nix shell (like bash)

Anyway, here's Cygwin (quick, use bash before anyone tells you a different one to use):

http://www.cygwin.com

Install it.  Use it.  Learn it. ;D
Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.

Offline Metgod

  • the deranged hacker
  • Administrator
  • Forum Hero
  • *****
  • Posts: 1116
  • Country:
  • Gender: Male
Re:Question of Knowledge
« Reply #2 on: August 16, 2005, 01:04:45 PM »
They're just an interface for the user to communicate with the OS, so yes, cmd.exe and command.exe are shells (albiet, very limited compared to unix / linux shells) ...





« Last Edit: August 16, 2005, 01:05:11 PM by Metgod »
"My Terminal is my Soul"

Offline Tazinator

  • BOFH
  • Administrator
  • Forum Hero
  • *****
  • Posts: 524
  • Country: us
  • Kermit 0wnz j00!
    • https://keybase.io/portabletaz
Re:Question of Knowledge
« Reply #3 on: August 23, 2005, 02:51:00 PM »
Most of the things you do in the command shell on Windows is just calls to other command line executables based in the Windows and System32 directories basically. Just about all the old DOS commands are there, but if your using NT, 200 or XP your using a DOS emulator, its not really DOS so things may behave slightly different or not exist.

If your forced to use a Windows box but crave the ability to use Unix commands, you can always go this route...
http://unxutils.sourceforge.net/
Hasnt been updated in a while but they still work.
"A well known hacker is a good hacker, an unknown hacker is a great hacker..."

I don't care what your parents told you, you aren't special.

Offline Cobra

  • cool?
  • Administrator
  • Seasoned Poster
  • *****
  • Posts: 447
  • Country:
  • Gender: Male
  • My mom says im cool!
Re:Question of Knowledge
« Reply #4 on: August 24, 2005, 08:17:12 AM »
Or the www.cygwin.com approach
I am not suffering with insanity... I am loving every minute of it.

Offline wilnix

  • mv user /dev/null
  • Administrator
  • Forum Hero
  • *****
  • Posts: 690
  • Country:
  • Gender: Male
  • You're not the fastest packet in the subnet...
    • Wilnix - The NetAdmin's Resource
Re:Question of Knowledge
« Reply #5 on: September 04, 2005, 05:18:38 AM »
hehe, yeah. Open a cmd prompt. type the following:

c: (just in case you arent on this drive)
cd \windows\system32
dir *.exe
check out all of those commands!
cool huh?

I think what might be in your best interest is to look at alll the cool tools you get from a resource kit. I am pretty sure you'll have fun there!

Wilnix
alt email address: wilnix@hackphreak.org

Offline Tazinator

  • BOFH
  • Administrator
  • Forum Hero
  • *****
  • Posts: 524
  • Country: us
  • Kermit 0wnz j00!
    • https://keybase.io/portabletaz
Re:Question of Knowledge
« Reply #6 on: September 05, 2005, 12:35:40 AM »
I second that, you'll get more nifty tools from downloaded resource kits for Windows 2000, 2003 or XP. They are technically "unsupported" by MS but 9 times out of 10 they allow you to do the stuff you are probably looking to do from the command prompt that the default setup just cant accomodate.

2000 Resource Kit Tools:
http://www.microsoft.com/windows2000/techinfo/reskit/tools/default.mspx

2003 Resource Kit Tools:
http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en

XP Resource Kit Tools:
http://download.microsoft.com/download/8/e/c/8ec3a7d8-05b4-440a-a71e-ca3ee25fe057/rktools.exe (12.5MB)

And yes, just about all the these tools will work on 2000/XP/2003 with the exception of some Active Directory specific ones and such.
« Last Edit: September 05, 2005, 12:36:06 AM by Tazinator »
"A well known hacker is a good hacker, an unknown hacker is a great hacker..."

I don't care what your parents told you, you aren't special.