1.

Solve : BAT file and problem with parameters?

Answer»

Hello
i want to start database USING .bat file.
in windows i made shortcut and in the ADRESS i puted C:\database\start -CACHE -USER
some parameters. in windows shortcut it works and database starts, but from but file DOESNT, from cmd as well not. do u know what is the problem?
i tried to put the parametrs in " " but nothing changesd :/
thanks lot for reply
Unfortunately I couldn't fully understand the description of your problem. However, what if at the CMD or in the batch file you STARTED the database with the START command.

For example try the below command at the prompt:

start "c:\database\start -CACHE -USER"



Discussion

No Comment Found