I have a really simple script that I am trying to run. Everything runs fine except the copy command when I login. If I run kix32 kathy at a command line the shortcut copies to the desktop.
What am I doing wrong?
;This is a test kixtart script created for Marshall users on Win98
; Created 9/12/2001 - Kathy
if ingroup("TX Mapcon Test")
? "You are a Member of Mapcon Group"
Use O: /delete /PERSISTENT
USE O: "\\Server\Apps\Apps"/PERSISTENT
COPY "//Server\netlogon\shortcuts\mapcontest.lnk" "C:\windows\desktop"
? "You should have a shortcut on your desktop that looks like a toolbox"
ELSE
?"Notify Kathy that your script is not working correctly"
ENDIF
_________________________
Stupid is forever - Ignorance can be fixed.