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!

Search results for query: *

  1. juletools

    Other Netscape Compatible

    Hi there Apologies if this is the wrong forum. Does anyone know what browsers are recognised as: 'Other Netscape Compatible' Getting quite a few showing up in my website stats. Many thanks in advance J
  2. juletools

    Other Netscape Compatible

    Hi there Does anyone know what browsers are recognised as: 'Other Netscape Compatible' Getting quite a few showing up in my website stats. Many thanks in advance J
  3. juletools

    Help with split

    Thanks Guys! Much appreciated!
  4. juletools

    Help with split, please

    Hi All Apologies in advance if this is a dumb question. I'm trying to separate out digits from an alphanumeric string and then load these into an array using the following. E.g $string = 1test123 @stringdigits = split(/\D/, $string); What I wanted to happen was that only the 1,2,3,4 were...
  5. juletools

    Help with split

    Hi All Apologies in advance if this is a dumb question. I'm trying to separate out digits from an alphanumeric string and then load these into an array using the following. E.g $string = 1test123 @stringdigits = split(/\D/, $string); What I wanted to happen was that only the 1,2,3,4 were...
  6. juletools

    Admin Access to roaming Profiles

    Hi I'm trying to give administrators full access to roaming profile directories. The default file permissions are as you know full copntrol to user only. I know I can manually change this but would rather automate it. I found a Group policy setting (Computer Configuration, System, Logon) -...
  7. juletools

    Win2k Roaming Profiles

    Hi Thanks for the reply. I'm not sure that I understand what you mean though. If I exclude directories in the roaming profile, then all this means is that they won't be copied to profile stored on network. I don't want to do this (yet, anyway). I want to be able to have first-time users pick...
  8. juletools

    Win2k Roaming Profiles

    Hi All I'm relatively new to W2k (NetWare background - sorry!) so apologies in advance if I'm asking dumb questions. I am trying to to set up new users with roaming profiles. I've read various documentation and all seems to point to some manual effort every time user created. In particular...
  9. juletools

    Win2k Roaming Profiles

    Hi All I'm relatively new to W2k (NetWare background - sorry!) so apologies in advance if I'm asking dumb questions. I am trying to to set up new users with roaming profiles. I've read various documentation and all seems to point to some manual effort every time user created. In particular...
  10. juletools

    Win2000 Roaming Profiles

    Hi All I'm relatively new to W2k so apologies in advance if I'm asking dumb questions. I want to to set up new users with roaming profiles. I've read various documentation and all seems to point to some manual effort every time user created. Is it possible to automate this process? I was...
  11. juletools

    diplay,sound and pci communication problems

    Hi All I'm just rebuilding a mate's PC - similar situation. He doesn't have any driver disks with PC. I was planning to just download video drivers from the net but I don't know what card the box has got. What's easiest way to tell? Add/remove hardware, and get Windows to detect? Or, is there...
  12. juletools

    IE Auto-complete function

    Hi After an upgrade to IE 5.5 and subsequently to IE 6.0 the auto-complete function is no longer working. I've tried repairing IE. Has anyone else had same problem? Many Thanks Jules

Part and Inventory Search

Back
Top