Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Windows - have program replace itself

by jdtoronto (Prior)
on Sep 27, 2004 at 19:47 UTC ( [id://394322]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        unlink 'appname_old.exe';
        rename ( 'appname.exe', 'appname_old.exe');
    ...
        debug( "Quitting, restart programme please." );
        exec("appname.exe");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://394322]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-24 16:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found