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: *

  • Users: salc76
  • Content: Threads
  • Order by date
  1. salc76

    Winodws 2003 GPO

    Can someone tell me how to create a GPO that enables the password never expires option in active directory. It's currenlty set that all users will be notified to change their password after 30days. tks
  2. salc76

    Default Printing using VB Script

    Can someone show me how to create a VB script that always defaults to a specific printer on a network during logon? I tried using the following script howerver, the system notifies me that the script cannot find the printer during the initial logon. Any ideas ------------ Option Explicit Dim...
  3. salc76

    2 NIC cards on one machine

    Does anyone know if there is a way to utilize two network cards with separate IP's on one machine? If so, will this increase my download/throughput on that one machine? i.e NIC1 - 1GB NIC2 - 1GB Total throughput apx 2GB
  4. salc76

    Premature end of script headers

    I installed an apache server on Redhat 8.0. Most CGI scripts that I run fail. I receive the following message from the server. Server error! The server encountered an internal error and was unable to complete your request. Error message: Premature end of script headers: assi1final.cgi If you...
  5. salc76

    Batch File

    I need to create a batch file that allows a user to default to a specific printer when they need to.
  6. salc76

    What do these CGI Char mean?

    Can someone explain to me what some characters represent in the following lines of cgi code? - eq? - ""? - !~? - &&? - ne? if($name eq "" || $staddress eq "" || $city eq "" || $province eq "" || $postalcode eq "" || $phonenumber eq "" || $email eq "") { &error(); } elsif($name ne...
  7. salc76

    Daylight Savings Time (DST)

    Is there any DST change update available for Windows 2000 Server SP4 and Windows 2000 workstations? I see updates available for 2003/XP however, nothing for 2000 series.
  8. salc76

    Default Webpage

    Does anyone know how to change the default Web page on the terminal server that would reflect all users that are on terminal services?
  9. salc76

    Webpage Templates

    Can anyone recommend any free website templates that are free, ability to download and modifiable? I found a few but; does anyone recommend any specific website?
  10. salc76

    Backup of Information Stores

    How can I backup the Private and Public mail information stores on the exchange 2000 server. And, what would be the correct procedure to do this?
  11. salc76

    Field Verification

    How can I force users to enter specific characters or number of characters on a field in a form using CGI? Basically, limit users to only enter specific characters in a field. i.e. Enter ZIP: 00000 Referring to the above example, if a user enters an alpha or more then 5 characters then the...

Part and Inventory Search

Back
Top