Then wouldn't you also have a vendor supplied load script?
If not then you can either load the files manually with proutil or you could write a program to create a batch file to do it. Something like this (untested):
Code:
output to "load.bat".
for each _file no-lock where not _hidden:
put unformatted "call proutil dbname -C load " + _file._dump-name skip.
end.
output close.
Of course that is a single threaded load and it could use some optimization if the time to get this done is limited...
That depends on what it looks like. UNIX shell scripts don't usually translate directly to BAT files. But the general idea can usually be translated without much effort.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.