Batch file?

  • Thread starter Thread starter OhMarty
  • Start date Start date
O

OhMarty

After you create a batch file, where do you place it to make it run?
For instance a batch file to create a backup. Thanks.
 
You can place it in ANY directory of your choosing ... as long as
it is on the path or you add your custom directory to the path.

I always create a directory named "The Belfry" where I keep all
my .bats.
 
Just suppose I want it to run and back up my files every two weeks at
midnight. Where do I put it?
 
Just suppose I want it to run and back up my files every two weeks at
midnight. Where do I put it?

I would suggest setting up a scheduled task that runs every two weeks at
midnight and select the batch file to run.
 
Back
Top