Hey there,
A couple of things to consider first:
- Do you have the HTML process running on your Domino server? If not you'll need to start it 'cause without it a Domino is just plain old Notes.
- Do you have a copy of the Domino Designer Client for Notes installed? You'll need it if you want to make your Notes databases (well, Notes 'Flat Files') usable through a browser.
The way you appear to be calling the database is unusual. Are you trying to:
1. From an HTML page
2. call a batch file
3. that loads Notes
4. and then a specific database?
If so, assuming there's no good reason for doing it this way, there is an easier way (there's ALWAYS an easier way!).
With your HTML process running on your Domino server start your designer client and open the database in question for editing.
Go to the view you want to be the default and then click the IE Preview button in the top-right corner (assuming you want to preview in IE). When IE starts you'll have an address displayed in the address bar of your browser which you can copy and paste into your HTML as a link.
Depending on how clever you are with your Notes database you can take care of security without any problems because that's one of the things Notes does easily and it transfers to the web quite nicely.
Hope that helps.
Kactus