Hello,

I have a script that runs as a logon script... I was attempting to stay away from a batch file, but it seems this is the only way I can get the window to start maximized.

When running via batch file I can only get WKIX32 to show the console... KIX32 starts minimized

kixtart top of script:
 Code:
Break On
$RC=SetTitle("Logon Script")
$RC=SetFocus("Logon Script")
$RC=SetConsole("ALWAYSONTOP")
Color n+/n
BOX (5,10,18,70,FULL)
Color n+/n
AT ( 7,15) "@TIME"
AT ( 9,15) "Running Logon Script"
Color y+/n
AT (11,15) "Please Wait..."


This doesn't show in either KIX32 or WKIX32... so I utilized a batch file:
 Code:
@ECHO OFF
%0\..\wkix32 %0\..\KIXTART.KIX


This will only show the console when using WKIX32... if I were to replace with KIX32 no console shows.

It also doesn't set the title...

What is going on here? Am I misunderstanding something?

Thank you,
Darren

I guess I posted this in the wrong spot.. oops


Edited by dwsykes (2017-07-20 04:39 PM)