What's new

command line

lucindrea

New member
first off ... WOW .. someone FINNALY got DC games to play!

i havent seen any info on this so i'll post here
are their any command line options yet?
basicly i want to be able to add a few dreamcast games to my mame cabinet and i can script the switching of images loading into the virtual drive , but it would be nice to launch chanke to load the game on start ... somthing like

chankast.exe -loadgd H:

anyway it's somthing i would like to see ... but at this point i'm just glad it works .. :bouncy:
 

drcaslas

New member
came on here to post the same thing, command line is a definate wish for me too for my emulation box, need to be able to automate launches - toss in a daemon tools mounting command then chankast command line into a script and fun ensues!

lucindrea said:
first off ... WOW .. someone FINNALY got DC games to play!

i havent seen any info on this so i'll post here
are their any command line options yet?
basicly i want to be able to add a few dreamcast games to my mame cabinet and i can script the switching of images loading into the virtual drive , but it would be nice to launch chanke to load the game on start ... somthing like

chankast.exe -loadgd H:

anyway it's somthing i would like to see ... but at this point i'm just glad it works .. :bouncy:
 

manny9158

New member
here is a batch file I wrote to load images with daemon tools and then run chankast

@echo off
title Batch File Testing

echo Starting Chankast

echo.
echo Starting Daemon Tools
cd C:\Program Files\d-tools
start daemon.exe -mount 0,"C:\Documents and Settings\manny\Desktop\u-psy2.cdi"

echo.
echo Starting Chankast
cd /d D:\Emulators\chankast
start Chankast

echo.
exit


basically the command is daemon.exe -mount device number, "image path"
 
Last edited:
OP
L

lucindrea

New member
hehe ok .. looks like the front end i use allredy wrote a wrapper :p

http://www.oscarcontrols.com/lazarus/

and thanks fo the batch file .. but i was thinking .. you could do a

start daemon.exe -mount 0, %1

then you only need to call the batch like
batch [path to iso]
 
Last edited:

HowardC

Your post's soul is mine!
lucindrea said:
hehe ok .. looks like the front end i use allredy wrote a wrapper :p

http://www.oscarcontrols.com/lazarus/

Thanks for the cheap plug......

Btw you should all try it... atm the it is the only way to automatically load up a game in "fullscreen," with all of the options you want turned on, with the cpu speed automatically adjusted.


After the next release of chankast I may discontinue it, but not if the chankast team keeps making menus that don't support command line options. (Hint, Hint)
 

Top