Windows command line (OpenInsight Specific)
At 11 AUG 1999 07:14:01AM Barry Stevens wrote:
I have the following short to run an app:
C:\OIWG3\OINSIGHT.EXE /AP=PROPMKT /DV=0
When the password dialog comes up and you click cxancel it drops the the OI Application window (File /open etc)
Is there anyway of stopping this , I dont want users to access.
Barry
At 11 AUG 1999 09:06AM Arjunrevelation wrote:
I am not sure I understand this but if you include user name after your application name, then the password screen should be bypassed and the specific application would be executed.
So, it'll look something like this:
C:\OIWG3\OINSIGHT.EXE /AP=PROPMKT /USername=XX
At 11 AUG 1999 09:44AM Carl Pates - Sprezzatura Group wrote:
Barry,
One way around this is to have a single defined OI user and put their details on the command line as Arjun suggests, then when you get into your app handle all user login/functions yourself - the only thing is that @username won't be valid which is a PITA if you've coded for this already!
Plenty of systems I know use this approach…
Regards
Carl Pates
Sprezzatura Group
At 11 AUG 1999 09:57AM Andrew P McAuley - Sprezzatura Group wrote:
You could try deploying on a Runtime….
At 12 AUG 1999 07:53AM Barry Stevens wrote:
A.
]]You could try deploying on a Runtime….«
I was testing on my development system, not on the enduser deployed system…so I will try it out then.
Thanks
Barry