Batch File To Start The Progress Db

Hi,

I am starting a progress DB with below batch file. How to start an SQL Clent ?

I added the 4th line in the below batch file. Is it a right way to do that ? Please advise.

set DLC=C:\dlc102b
set DBS=H:\dbs\dbs.net\dev.net
%DLC%\bin\_mprosrv.exe %DBS%\sports -N TCP -H localhost -S pp -n 60
%DLC%\bin\_sqlsrv2.exe %DBS%\sports -N TCP -H localhost -S ppsql

-Philip-
 
Top