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.
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
"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 .
Just curious, whats the cd infront of c:\ do and do I need to put that? Because in the tut its not there.
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