Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kazurin

  1. kazurin

    Logon Script Directory not found

    First off do you have a share at that location? Second do you have user directories in that folder? Yes there is a share at that location, and no there are no user directories in that directory, Im i supposed to create each user directory. Or how are this directories supposed to be created...
  2. kazurin

    Logon Script Directory not found

    wshNetwork.MapNetworkDrive "t:","\\server\USERS" & wshNetwork.UserName I changed it to this but i still get directory not found, is there supposed to be a list of users here or why is it still not seeing it?
  3. kazurin

    Logon Script Directory not found

    Set wshNetwork = CreateObject("WScript.Network") wshNetwork.MapNetworkDrive "t:","\\server\o$\USERS" & wshNetwork.UserName This gives me a directory not found, now the question is is there a directory on win2003 server were there is a list of users, which i think this line needs to continue.??
  4. kazurin

    Autonumber to table changes the order of client list, Why?

    Wow so much things to learn, so i need to make a number with meaning, which wont be automatically assign right?? Or what other alternative do you guys suggest> Thanks for the input!
  5. kazurin

    Autonumber to table changes the order of client list, Why?

    I already have a prettly lon list of clients and I'm having trouble inserting auto number like I want, since they are all already in order archived in file cabinets. --THIS IS WHAT I HAVE--------- Number Tracking Client 0139 01 John Doe 0140 02 Jane Smith 0141 03...

Part and Inventory Search

Back
Top