Jump to content
LaunchBox Community Forums

DonellHD

Members
  • Posts

    480
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by DonellHD

  1. would you be able to help me make a .bat to the point where it would mount to one iso i put in the file?

    then all i would have to do is change the name of the game if it mounts and problem solved.

    Just an example, i know im not doing this right

    @echo off
    set game="D:\ROms\Sega Saturn\Roms\Alen Trilogy (USA).cue
    set daemon="C:\Program Files\DAEMON Tools lite\DTlite.exe"
    set emu="D:\Emulators\SSF LB\SSF.exe"
     
    %daemon% -mount I, %game%
    start /wait "" %emu%

    %daemon% -unmount I

  2. i mounted a game manually, (Mounted it to I) as what i have in the .bat, and the game i clicked in launchbox started with no problem. the problem is where if i dont mount it manually, i get disc empty..hmm

    Once Again My Settings are

     @echo off
    set game=%1%
    set daemon="C:\Program Files\DAEMON Tools lite\DTlite.exe"
    set emu="D:\Emulators\SSF LB\SSF.exe"
     
    %daemon% -mount I, %game%
    start /wait "" %emu%

    %daemon% -unmount I

    Untitled 5.jpg

  3. yes we are! but since that method is doing everything but mounting it in launchbox, how would i go about it as above sir?

    i dont mind making a bat for each individual when all i have to change on the equation is the rom name

  4. ok setting it to launchbox performs the same action so it has to be altered to load one game by each bat. how would i go about doing inserting this with this equation? for example D:/Roms/Sega Saturn/Roms/alien trilogy (Usa).cue

    @echo off
    set game=%1%
    set daemon="C:\Program Files\DAEMON Tools Lite\DTLite.exe"
    set emu="D:\Emulators\SSF LB\SSF.exe"

    %daemon% -mount 0, %game%
    start /wait "" %emu%

    %daemon% -unmount 0

     

    I was guessing i had to put the rom path in between %1%? Lol. I know im wrong as hell.

    If this works and mounts it, im going to create like 32 .bat files for the each game and set it.

    BTW, I Appreciate u helping me so far.

  5. ok we got somewhere there. this time it booted the black cmd, then daemon tools, and It Booted SSF This Time. but it still didnt mount the game. so its like one step left. is it because i didnt put the game in the bat description u made? i changed it to look like this:

     @echo off
    set game=%1%
    set daemon="C:\Program Files\DAEMON Tools Lite\DTLite.exe"
    set emu="D:\Emulators\SSF LB\SSF.exe"

    %daemon% -mount 0, %game%
    start /wait "" %emu%

    %daemon% -unmount 0 

     

    where do i insert the game directory to mount in this equation?

  6. i dont know if anyone still follows this topic, but i just tried to create a batch file but no luck as well. it opens the cmd, opens daemons tools but does'nt do any thing else from here. as far as the bat file  im sure i have the directories correct but its not doing the mounting or starting the SSF program

    my batch is as follows

    @echo off
    "C:\Program Files\DAEMON Tools Lite\DTLite.exe" -unmount 0
    "C:\Program Files\DAEMON Tools Lite\DTLite.exe" -mount 0,
    "D:\Roms\Sega Saturn\Roms\Alien Trilogy (USA).cue"
    "D:\Emulators\SSF LB\SSF.exe"


    ive changed the 0 to 1 or 2 also but still no luck. what am i doing wrong here. cud anyone help?

    Pics Are Below

    Untitled.jpg

    Untitled 2.jpg

    Untitled 3.jpg

×
×
  • Create New...