Well thanks to you Jens I've made a huge step forward... it's sort of working

Code:
SET "PATH=%PATH%;H:\Lotus\Notes"


Works great for Win9x but for Win2k I have 2 problems...

Here's what it sets the path to and you'll probably see the 2 problems right off the bat:

\\xxxxx\NETLOGON;SystemRoot%\system32;H:\Lotus\Notes


- First off, it adds the Domain controller's Netlogon to the path (weird!)

- Second, it clips the first % from SystemRoot which could break alot of Windows stuff.



Is there a syntax issue here?




Edited by Sean_M (2004-02-17 09:01 PM)