Hi Everyone,
I'm working in a MS DOS 6.2, Windows 3.1x, Windows 95, and Windows NT environment. Sofar my script only work for the Windows 95 users. I get an error when I run it on my NT machines(it stop when the winset.exe is processing) and it doesn't run on the dos machines.
I have all the required file for kixtart and the winset.exe from Win 95.
First of all I wanted to know how can I get the script to work for all my environments since many commands are not cross platform compliant.

Here is part of my script after doing the regular setup for kixtart and all the necessary files are at the /NETLOGON in Win NT

IF INGOUP("ANA")
USE K: "\\NY-APP01\PROJ"
SHELL "WINSET.EXE PATH=%PATH%;N:\UTIL;N:\APPS;S:\UTIL"
SHELL "WINSET.EXE INCLUDE=K:\CLIPP\INCLUDE"
SHELL "WINSET.EXE BIN=S:\CLIPP\BIN"
SHELL "WINSET.EXE LIB=S:\CLIPP\LIB"
SHELL "WINSET.EXE OBJ=S:\CLIPP\OBJ"
ENDIF

EXIT


LET ME KNOW IF THERE ANY SUGGESTION HOW TO GET THAT SAMPLE SCRIPT ABOVE TO WORK IN DOS AND WINDOWS NT

SPIER