application run without CD

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lizii

    #1

    application run without CD

    I have an application - which is essentially going to be a autorun
    menu - but could also involve disc-swapping.

    So for this autorun menu - i need the application to either run fully
    from memory or something similar - but not need the CDs (since they
    will be getting swapped in and out all the time).


    So far i thought of making an auxilliary application which copies that
    one to the temp folder - then runs it and exits - of course it won't
    delete the application and thus just makes a mess of a users computer.


    Any suggestions?


    Thanks!

  • Bruno van Dooren [MVP VC++]

    #2
    Re: application run without CD

    So far i thought of making an auxilliary application which copies that
    one to the temp folder - then runs it and exits - of course it won't
    delete the application and thus just makes a mess of a users computer.
    Hi,
    What you could do is to copy everything to the temp folder, run your app
    from a batch file, and have the last line in that batch file delete
    everything in the application folder?

    --

    Kind regards,
    Bruno van Dooren
    bruno_nos_pam_v an_dooren@hotma il.com
    Remove only "_nos_pam"


    Comment

    Working...