User Tag List

Results 1 to 2 of 2

Thread: How to run application in Background?

  1. #1
    No Products Registered

    Join Date
    May 2009
    Posts
    57
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to run application in Background?


    Hi

    I have a File object and the command

    File: Run application "clean.bat" "hide"


    My Bat file code to clean my folder is

    Code:
    @echo off
    del *.txt
    cls 
    exit
    But the DOS windows don't open in background...

    Can I do it?

  2. #2
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    UrbanMonk's Avatar
    Join Date
    May 2008
    Location
    Southern U.S.A.
    Posts
    847
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: How to run application in Background?

    The "hide" checkbox is for hiding the parent application.

    To hide the dos window from your app you'll have to use the kernel object, and I think there is some way to hide dos windows using a visual basic script.

    I'd say the best way to do it is to just make your app do the cleaning itself without all the dos window hiding drama.

Similar Threads

  1. Sub-Application OtherFrame-Transparent Background
    By izac in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 29th June 2015, 06:30 PM
  2. Is there any solution to have an IMAGE as application background ?
    By BackStaged in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 16th July 2013, 03:57 PM
  3. Chrono related actions when the application is in the background
    By Yos in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 30th November 2011, 10:13 AM
  4. Overall application background
    By Pompos in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 13th October 2011, 06:17 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
  •