You've mis-remembered, Eeyore...Quote:
Originally posted by Eeyore
call scandisk c: /AUTOFIX /SURFACE
call defrag c: /F /SNE
This makes it come back to the Batch file when the process is done.
call is to run a second batch file, then return to the calling batch file. Otherwise if the second batch file is just run by name, when it ends it will terminate batch processing and any remaining commands in the first batch file will not be run.
Vernon, very useful info, noted.
