Discussion forum for all Windows batch related topics.
Moderator: DosItHelp
-
nitt
- Posts: 218
- Joined: 22 Apr 2011 02:43
#1
Post
by nitt » 11 Jul 2011 13:35
I had an SD card in my 3DS and after it installed the software I took it out and viewed it, and there is now a "Nintendo 3DS" folder. And if I navigate to "Nintendo 3DS\12c803d0f84c42e7aa9b17f4711219ed\a86e00a147039cac534130320002544d\title\00040000\00054300\content\cmd\" there is a file called "00000001.cmd". And it contains the following:
Code: Select all
.W—• žLä?ÄŠƒö!—ûÏšÅë%˜P”U/L='Wò0P¹é–WÊÿsÑ-Ûøm\Øî†'½ò¯•¿Ã¢.ýä¸ðÅ!ƒØÎ&Úke
Does anyone have a clue what this is even supposed to be?
-
aGerman
- Expert
- Posts: 4678
- Joined: 22 Jan 2010 18:01
- Location: Germany
#2
Post
by aGerman » 11 Jul 2011 14:03
Nintendo is not Microsoft. For that reason the extension cmd will have a different meaning for the game. It's a binary file, so you can't execute it as a Windows batch file.
Regards
aGerman
-
nitt
- Posts: 218
- Joined: 22 Apr 2011 02:43
#3
Post
by nitt » 11 Jul 2011 14:10
aGerman wrote:Nintendo is not Microsoft. For that reason the extension cmd will have a different meaning for the game. It's a binary file, so you can't execute it as a Windows batch file.
Regards
aGerman
Oh. Well that would make sense, but it's weird that they would use a ".cmd" extension. Maybe it's some kind of command, because it's CMD and "command" is the only thing I can think of to go with that.
-
aGerman
- Expert
- Posts: 4678
- Joined: 22 Jan 2010 18:01
- Location: Germany
#4
Post
by aGerman » 11 Jul 2011 14:16
Well, maybe it's some kind of command for your game. But it's a binary file, so we don't know what it is good for.
Regards
aGerman
-
Cleptography
- Posts: 287
- Joined: 16 Mar 2011 19:17
- Location: scriptingpros.com
-
Contact:
#5
Post
by Cleptography » 11 Jul 2011 17:05
Nitt,
There are plenty of instances where on one platform an extension is used one way and completely different on another. The best way would be to decompile the source and work your way backwards until you find yourself with the language and the instructions being executed.