I tried your suggesstions to no avail. THE IF NOT EXIST statement wouldnt take. Also the SET statements will not work in Win95/98, it says something abotu the WINSET.exe and usign a SHELL command, but I am unfamiliar with this.
Here is the Part I need to happen. ( Maybe I can get some guidance from here, because it aint copying KX95.dll, KX32.dll and KX16.dll from my NETLOGON share to the local C:\windows system
MY Script is as follows:
AT(6,10)"Determining logon parameters.... Please wait!"
sleep 5
IF @INWIN=1
AT (7,10) "Your Operating System is: Windows NT 4.0"
ELSE
AT (7,10)"Your Operating System is: Windows 95/98"
AT(8,10) "Checking your computer for login script compatability"
REM "This part is the part I am having trouble getting to copy down." I have tried the IF NOT EXIST statement only to have it not work, basically an error in syntax or something"
COPY %0\..\Kix16.dll "%windir%\system\"
COPY %0\..\KIX32.dll "%windir%\system\"
COPY %0\..\KIX(5.dll "%windir%\system\"
ENDIF
AT(9,10) "Today is "@MONTH" "@MDAYNO", "@YEAR""
AT(10,10) "Your Domain is "@DOMAIN""
AT(11,10)"Your Workstation name is: @WKSTA"
AT(12,10)"Your Username is:"
AT(12,30)"@DOMAIN\@USERID"
AT(13,10)"Your Logon Server is:"
AT(13,32)@lserver
AT(14,10)"Your IP address is:"
AT(14,30)"@IPADDRESS0"
AT(15,10)"Your Home Directory is:"
at(15,36)@HOMEDRIVE
AT(15,38)@HOMESHR
At(16,10)"Setting up your homedrive"
AT(16,36)@HOMEDRIVE
AT(16,39)"to"
AT(16,42)@HOMESHR
use @HOMEDRIVE /d
use @HOMEDRIVE @HOMESHR
sleep 5
AT(17,10) "NETWORK SETUP COMPLETE!"
exit
Any and all replies please email me at eziots@lifespan.org
Thanks Mucho,
Ed