zsnes dos

General area for talk about ZSNES. The best place to ask for related questions as well as troubleshooting.

Moderator: ZSNES Mods

Post Reply
T-Doomdays
Rookie
Posts: 11
Joined: Tue Aug 29, 2006 9:01 pm

zsnes dos

Post by T-Doomdays »

How I run the zsnes dos version? Like this?

zsnes.exe d:\snes\roms\3 Ninjas Kick Back (U).jma

It doesn't do anything here. So what I did wrong? :(
Agozer
16-bit Corpse | Nyoron~
Posts: 3534
Joined: Sun Aug 01, 2004 7:14 pm
Location: Nokia Land

Post by Agozer »

DOS works with 8.3 filenames only. It doesn't tolerate spaces in filenames.
whicker: franpa is grammatically correct, and he still gets ripped on?
sweener2001: Grammatically correct this one time? sure. every other time? no. does that give him a right? not really.
Image
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Re: zsnes dos

Post by Nach »

T-Doomdays wrote:zsnes.exe d:\snes\roms\3 Ninjas Kick Back (U).jma
You forgot the double quotes.

Code: Select all

zsnes "d:\snes\roms\3 Ninjas Kick Back (U).jma"
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
T-Doomdays
Rookie
Posts: 11
Joined: Tue Aug 29, 2006 9:01 pm

Re: zsnes dos

Post by T-Doomdays »

Nach wrote:
T-Doomdays wrote:zsnes.exe d:\snes\roms\3 Ninjas Kick Back (U).jma
You forgot the double quotes.

Code: Select all

zsnes "d:\snes\roms\3 Ninjas Kick Back (U).jma"
Thanks. Now I need to find out how to run the zsnes.exe from MAMEWAH 1.62u12 now.

### Execution Settings ###
pre_emulator_app_commandlines
emulator_commandline d:\zsnes\zsnes.exe "[rompath]\[name].[romext]"{nodosbox}{safelaunch}{cursor}
post_emulator_app_commandlines
general_app_commandlines
Post Reply