Most popular

Where to find the logon script in KiXtart?

Where to find the logon script in KiXtart?

After checking that the logon script isn’t running on a server, the batch file attempts to find the KiXtart application in the user’s Windows directory. If it finds the application, the batch file sets a variable to the location.

How to copy KiXtart files to Windows directory?

Once the KiXtart processing has finished, the batch file will copy the KiXtart files to the user’s Windows directory. The check for errorlevel 1 is used to prevent the copy from happening if the user is dialing in. The errorlevel is set to the exit status of KiXtart. This isn’t a definitive calling batch file.

Is there a way to run KiXtart on a server?

If exist %windir%\\Kix32.exe set KiXtart=Kix32 %0\\..\\ This batch file isn’t designed to run on a server. I prefer to make sure nothing happens to a server “behind the scenes” when someone logs on.

How did I change my domain to kixtart.org?

Added HTML help and link to Scripting book! Made a new layout, hope you like it. Added some graphix to the bulletinboard. Finally got access to closed site, instantly moved it to my own server. Also renamed the domain to a more appropriate one: from kixtart.to to kixtart.org.

What is the errorlevel set to in KiXtart?

The errorlevel is set to the exit status of KiXtart. This isn’t a definitive calling batch file. I’ve seen large and complicated ones where the KiXtart script is almost an afterthought, as well as shorter, simpler ones where the KiXtart application is left on the server and all the batch file does is call a KiXtart script.

Is there a Kix script for mapping drives?

Guys – Ive got a Kixtart script for logon – but for mapping drives I want to move to a ini file model – so the Kixtart script checks which AD groups a user is in – and then maps the drives for that group from a ini file. I have got some sample/help code but I cant seem to get it working .

Share this post