It is currently Wed May 22, 2013 2:48 am

All times are UTC




Post new topic Reply to topic  [ 9 posts ] 
Author Message
PostPosted: Mon Jun 04, 2012 7:32 pm 
Offline
Snes9x White Belt

Joined: Mon Jun 04, 2012 7:24 pm
Posts: 3
Hi, :)

I can not make my ROM to run snes9x command via BAT.
I am creating portable versions of some ROM through winrar but it is not possible because the snes9x executable rights does not allow batch.
Is there some setting for this to be possible?

If anyone can ajudarficaria very grateful.


Top
 Profile  
 
PostPosted: Mon Jun 04, 2012 8:04 pm 
Offline
Snes9x Yellow Belt

Joined: Tue May 03, 2011 2:35 pm
Posts: 190
The current version of snes9x for Windows does not accept command-line parameters, so no.


Top
 Profile  
 
PostPosted: Mon Jun 04, 2012 8:47 pm 
Offline
Official Win32 Porter/Dev
User avatar

Joined: Thu Aug 30, 2007 10:15 pm
Posts: 450
Sure it does. It accepts all of the default cmd-line options (run it with -help and then look into stdout.txt) and a few win specific ones such as -fullscreen.


Top
 Profile  
 
PostPosted: Mon Jun 04, 2012 10:09 pm 
Offline
Snes9x White Belt

Joined: Mon Jun 04, 2012 7:24 pm
Posts: 3
OV2 wrote:
Sure it does. It accepts all of the default cmd-line options (run it with -help and then look into stdout.txt) and a few win specific ones such as -fullscreen.


Thanks for your attention

To be more specific command I'm trying to do is very simple:

{
start snes9x.exe ROM.smc

exit
}

I found a modified version of snes9x, the snes9k accepting the startup command batch (snes9x + ROM), but this is the version v.1.42 sne9x and has some bugs in the graphics.

Please if anyone knows a version compatible with the command mentioned or
a site with more modified versions of snes9x send me a mesagem

Grateful.


Top
 Profile  
 
PostPosted: Mon Jun 04, 2012 10:17 pm 
Offline
Official Win32 Porter/Dev
User avatar

Joined: Thu Aug 30, 2007 10:15 pm
Posts: 450
This works fine in 1.53.


Top
 Profile  
 
PostPosted: Tue Jun 05, 2012 1:51 am 
Offline
Snes9x Yellow Belt

Joined: Tue May 03, 2011 2:35 pm
Posts: 190
wow, i feel stupid. sorry - i'm not sure why i misremembered so badly.

BlackMage1001: "start" will fail if it can't locate the target file. you'd need to either add the snes9x path to %path% or specify an explicit path.

in your batch file, you're better off just using
Code:
snes9x ROM.smc

i'd suggest opening up snes9x.conf and making sure all defined paths (save, etc) are relative (i.e. ".\Saves" instead of "e:\snes9x\Saves").


Top
 Profile  
 
PostPosted: Tue Jun 05, 2012 2:34 pm 
Offline
Snes9x White Belt

Joined: Mon Jun 04, 2012 7:24 pm
Posts: 3
odditude wrote:

in your batch file, you're better off just using
Code:
snes9x ROM.smc




with the start command the DOS window goes away after running the batch files, while this form that you quoted it pemanece running along with any files called

I've tried to modify the conf. , But had no success. I am searching for unmodified versions of snes9x if anyone knows of any site with versions you to post the link. Thanks!


Top
 Profile  
 
PostPosted: Tue Jun 05, 2012 2:42 pm 
Offline
Snes9x Purple belt
User avatar

Joined: Thu Nov 08, 2007 7:59 pm
Posts: 909
Location: /dev/null
One of the download mirrors is here: http://bigkidtennis.com/snes9x/

_________________
Snes9x FAQs | Forum Rules
What operating system are you using? 32 or 64bit? Version of Snes9x? Is the text at the bottom of the window white when you load the game?
These suggestions are usually the solution to your issue!


Top
 Profile  
 
PostPosted: Mon Jun 25, 2012 9:10 pm 
Offline
Snes9x Yellow Belt

Joined: Tue May 03, 2011 2:35 pm
Posts: 190
sorry for the necromancy, i missed the response to this thread.

just in case the OP is still watching - try
Code:
start .\snes9x .\ROM.smc


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group