Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2005
    Posts
    2

    Huh? File.Run and Bsplayer sleeping

    Hi,
    This is my first message and I don't speak english, so be patient

    I'm trying to load an AVI with bsplayer and I'm using an INI file with all the options I need (subtitles, windows size...)
    From a DOS windows I can execute "bsplayer.exe file.ini" and it's OK.
    When I try to use the File.Run command the bsplayer run but the film doesn't start. I think it's for the argument. Some of my tests:

    File.Run("autoplay\\docs\\bsplayer.exe", "file.ini"...)
    File.Run("autoplay\\docs\\bsplayer.exe", autoplay\\docs\\file.ini"...)


    and many more stupid things
    Some ideas??
    Am I so stupid like you're thinking??
    Thanks

  2. #2
    Join Date
    May 2003
    Location
    Pendleton, Oregon
    Posts
    1,038
    Welcome to the forums,
    try this:

    Code:
    File.Run("AutoPlay\\Docs\\MyProg.exe", _SourceFolder.."\\AutoPlay\\Docs\\file.ini", "", SW_SHOWNORMAL, false);

    .
    Add-ons for AMS. Toolbar Buttons Galore, System Animations, the Window Construction Kit, and more.
    Visit Acme-Tek

  3. #3
    Join Date
    May 2005
    Posts
    2
    Oh, thanks, but nothing change.
    I'm thinking if it's a bsplayer problem, maybe?

  4. #4
    Join Date
    May 2003
    Location
    Pendleton, Oregon
    Posts
    1,038
    Try this:


    Code:
    File.Run("AutoPlay\\Docs\\MyProg.exe", \”.._SourceFolder..\\AutoPlay\\Docs\\file.ini\”", "", SW_SHOWNORMAL, false);




    .
    Add-ons for AMS. Toolbar Buttons Galore, System Animations, the Window Construction Kit, and more.
    Visit Acme-Tek

Similar Threads

  1. How set FullScreem using File.run
    By Wizardo in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 07-30-2004, 12:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts