Command Prompt

Discussion in 'Gaming' started by Dencity, Jul 26, 2006.

  1. .rockstar

    .rockstar Well-Known Member

    Age:
    34
    Posts:
    912
    Likes Received:
    0
    Joined:
    Mar 22, 2006
    Location:
    Australia, Melbourne
    Wait I think I FOUND your problem... your opening "command.exe" try opening "cmd.exe". Yes there both stand for command but there 2 different run programs.
     
  2. Dencity

    Dencity Well-Known Member

    Posts:
    230
    Likes Received:
    0
    Joined:
    Jan 22, 2006
    Ok so it should look like:


    C:\Documents and Settings\USERNAME>aes 1 /info

    right? And I think the point of doing that was to "When you open the command prompt later the file aes will already be where command prompt opens by defualt"?

    Edit: ya I was running command.exe thanks, that was my problem. Id rep you a million times if I could but i'll send credz to all that helped...thanks

    Edit2: PS anyone know how to cancel a megaupload account? lol
     
  3. .rockstar

    .rockstar Well-Known Member

    Age:
    34
    Posts:
    912
    Likes Received:
    0
    Joined:
    Mar 22, 2006
    Location:
    Australia, Melbourne
    "cd c:\document and settings\owner\aes.exe" yes like that <<<. Thats if you put the aes.exe into your owner folder.

    Thank for the credz! Im glad I could help :).
     
  4. Dencity

    Dencity Well-Known Member

    Posts:
    230
    Likes Received:
    0
    Joined:
    Jan 22, 2006
    Just curious, whats the cd infront of c:\ do and do I need to put that? Because in the tut its not there.
     
  5. Zer0.

    Zer0. Well-Known Member

    Posts:
    273
    Likes Received:
    0
    Joined:
    Jul 11, 2006
    cd = change directory, yes, you need to enter it.
     
  6. .rockstar

    .rockstar Well-Known Member

    Age:
    34
    Posts:
    912
    Likes Received:
    0
    Joined:
    Mar 22, 2006
    Location:
    Australia, Melbourne
    Displays the name of or changes the current directory.

    CHDIR [/D] [drive:][path]
    CHDIR [..]
    CD [/D] [drive:][path]
    CD [..]

    .. Specifies that you want to change to the parent directory.

    Type CD drive: to display the current directory in the specified drive.
    Type CD without parameters to display the current drive and directory.

    Use the /D switch to change current drive in addition to changing current
    directory for a drive.

    If Command Extensions are enabled CHDIR changes as follows:

    The current directory string is converted to use the same case as
    the on disk names. So CD C:\TEMP would actually set the current
    directory to C:\Temp if that is the case on disk.

    CHDIR command does not treat spaces as delimiters, so it is possible to
    CD into a subdirectory name that contains a space without surrounding
     
  7. Dencity

    Dencity Well-Known Member

    Posts:
    230
    Likes Received:
    0
    Joined:
    Jan 22, 2006
    Ok..thanks for all of the help.
     
  8. Zer0.

    Zer0. Well-Known Member

    Posts:
    273
    Likes Received:
    0
    Joined:
    Jul 11, 2006
    Nadda problem, thanks for the credits...
     

Share This Page