Guest guest Posted December 19, 1998 Report Share Posted December 19, 1998 There is unnecessary copying in your batch file. I would use MOVE instead: move /y backup2 backup3 move /y backup1 backup2 copy /y datafile backup1 That's much faster. Further I would execute it only before running the Folio program. (Append the Folio command line to the 'backup' batch file, and use this batch file to start Folio). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.