We dumped the database on unix server, how to load it on windows server. dont have the scripts. any help will be useful
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.