Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
This is just a portion that is used in a startup script where I'm working at. The first line would have to have the ELSE set to another directory that is particular to your company.
IF %PROCESSOR_ARCHITECTURE% == AMD64 (set SETXX=setx) ELSE (set SETXX=i:\iessupport\setx)
set winver=i486_nt
if %PROCESSOR_ARCHITECTURE% == AMD64 set winver=x86e_win64
Eric
Mike, Do you use Intralink, and do you know how BAT files work?
David