--- In [email protected], "kottami" <[EMAIL PROTECTED]> wrote: > > Hi, Groups.. > > I have lost my *.pcf files. and then reinstall all files. What a > darkness!!!!!!!
By default, PowerPro automatically backs up your pcf file and keeps 4 generations (called !autobackup of ... and !previous autobackup of ...). But these backups are kept in the same folder as your standard pcf file, so if you lost the whole folder, this will not help. > file.watchfolder(?"d:\program files\powerpro\",file.copy > (_file_,?"d:\123\"), 0 ,"file") > > One more question: how does it work? Checking the windows calls or > (hopefully not) always scanning the folders and files to find out > changes? There are no scans. Watchfolder uses a Windows system capable and is automatically alerted by the system whenever a file changes in the watched folder. However the above will not do what you want. Watchfolder stops watching once a change occurs. So the above only catches the first change. Instead, you need to have file.watchfolder call a script which copies the file (as above) and then runs file.watchfolder again. ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hgjaios/M=362131.6882499.7825260.1510227/D=groups/S=1706030409:TM/Y=YAHOO/EXP=1123701954/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
