September 23, 200421 yr Is there a way to batch process a group of database files to make them single-user? If so, would I write a batch file to do it? I'm running Server 5.5 and Win2k. Thanks in advance, Kyle
September 30, 200421 yr Hi Kyle, You would need to have a script in each file that turns multi-user off. And one script in the main file that calls all those scripts in the other files. With that in place, you can use VBscript to call the big script in the main file to do this. HTH Wim
Create an account or sign in to comment