Search results

  1. H

    250MB Hotmail now in effect!!!

    Same here :(
  2. H

    Ideas for solving SMTP problem at work

    I two had this same problem at work. My solution was similar to this one... I just created 2 profiles in outlook one for office and one for road. I configured the SMTP settings accordingly and used the same pst file for the 2 profiles. And I setup outlook to ask the user to select the profile...
  3. H

    Your CPU history?

    286 386 486DX P1 133 P1 233 (dual) P2 350 p3 400 P3 550 Athlon 1.33 P4 1.8 (Laptop) P4 2.4
  4. H

    Make choices/options in BAT file

    Use the set command. @echo off :start cls set /p userinp=choose a number(1-2): set userinp=%userinp:~0,1% if "%userinp%"=="1" goto 1 if "%userinp%"=="2" goto 2 echo invalid choice goto start :1 echo 1 goto end :2 ech0 2 goto end :end this should do the trick.
  5. H

    RAID-5 Under Windows XP Pro?

    I agree with Sunner. I would deffinatly look into the hardware side. Like this card review
  6. H

    The **OFFICIAL** GMAIL Thread

    Thank you, lynchmob :beer::D
  7. H

    The **OFFICIAL** GMAIL Thread

    LynchM0b YGPM
  8. H

    Login scripts

    Not sure I understand your post. I have tried your code and have had no problems after I change shares and group names. The code I used is @echo off rem check for resource utility IF NOT EXIST %windir%\IFMEMBER.EXE copy \\server\share\ifmember.exe %windir% IFMEMBER "Group" IF NOT %errorlevel%...
  9. H

    Login scripts

    I would take a look at IFMEMBER. Seeing how you hvae members in the same OU needing different drives it could be easier to use groups. Here is a good example of what you are looking to do http://windows.ittoolbox.com/documents/document.asp?i=2386 Hope this helps!:beer:
  10. H

    Closing all branches in Regedit

    So far all I have found is that the key "HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\LastKey" controls what folder regedit will open to the next time it starts. There is a nice vbscript that deletes that key and then opens regedit found here...
  11. H

    Is there a DOS Command to create dir according to date?

    Here you go. @echo off set Delim=/ set dirPATH="C:\test\" set Tokens=2-4 for /f "tokens=%Tokens% delims=%Delim% " %%a in ('date /t') do ( set mm=%%a set dd=%%b set yy=%%c ) set MyDate=%mm%-%dd%-%yy% mkdir %dirPATH%%MyDate% pause :beer:
  12. H

    Random Network Connection Reset

    An easy way to tell if you are picking up some else signal is to turn off your router and test for a signal. Sorry I forgot to add that.:disgust:
  13. H

    Random Network Connection Reset

    If you select Assign TCP/IP addresses automatically using DHCP, but there is no DHCP server available, random address from the range 169.254.0.1 to 169.254.255.254 are assigned. I assume you are using DHCP. What time frame are the IP leases for ? 1 day,2days, 1 week. I would set it up for a...
  14. H

    Good networking review site???

    I go here along with newegg and amazon. http://www.practicallynetworked.com/ http://www.tomsnetworking.com/
  15. H

    Change workgroup name from command prompt?

    Sorry I didnt see "let me switch workgroup names " i just implied domain show how. I would just use the one for NT and forget about the support tools one. Put the commands in a bat file and you will be all set.
  16. H

    Change workgroup name from command prompt?

    To join a domain you can use netdom form the Support Tools (i am assuming you are using 2000 or XP) THe command is NETDOM JOIN machine /Domain: <domain> more info here to join a workgroup the only way i found was to use the netdom for nt Netdom.exe for NT 4.0 if you download the...
  17. H

    How do I enable file sharing on my home lan?

    Well first you have to share a folder on any or all of the PC's here is the info on how to do that Onec you have a folder shared map a network drive to that share example \\pc-name\\sharename info at microsoft to map drives after that you should be all set. Good luck.
  18. H

    Getting a Switch for LAN Parties

    Agreed.
  19. H

    Getting a Switch for LAN Parties

    You could also you a straight through and go from router1 lan port to router2 wan port. The configuration would be a little different. Also I am un sure but I think you would need to make sure that the second router is not blocking any ports.
  20. H

    Getting a Switch for LAN Parties

    First some info. Well what I mean was use one router1 as a router with DHCP enabled and Router2 as a switch DHCP disabled. If you only need a few more ports. But if you need all 24 by all means I would by a 24 port switch. Well if you wanted to hook up the two routers it would be something like...
  21. H

    Need some DOS script help please

    Right I got ya. thanks :o
  22. H

    Need some DOS script help please

    I think that was what DopeFiend wanted. A batch file that would not let the end user continue and reimage the computer unless they typed in yes. Unless I am mistaken.
  23. H

    Need some DOS script help please

    well when it comes to reimaging a computer with a end user doing the imaging i guess there can never be to many checks. hehe
  24. H

    How to tell if someone is using your wifi access ???

    You could also try Airsnare its a nice little program that detects access by mac address.you setup a list of your know mac addresses then any addresses not on the list you get an alert. knida cool just my .02
  25. H

    Getting a Switch for LAN Parties

    Just a couple of questions how many ports are you looking for in a switch? 16-24-48? Take a look at Dell the have a 16 port for $44 A/R and a 24 for $74 A/R right now. Just thought i would point out 2 things the link to the switch at ebay is a 10baseT (10Mbps). and Have may routers do you...
  26. H

    Have you ever cried during a movie? If so, which one?

    Antwone Fisher got me choked up.
  27. H

    Can anyone figure this out?

    well It took me about two minutes but I finaly got it. :confused:
  28. H

    Need some DOS script help please

    no problem.:beer: i would probably add another if statement for the yes section now that i think about it :yes SET /P ans2=Are you sure??: if %ans2% == yes (goto :yes2) else (goto :no) goto :yes2 :yes2 echo do restore pause goto :end
  29. H

    Need some DOS script help please

    I would probably do something more that a pause. I would make your sister type yes to do the reimage. something like this.... just my 2 cents @echo off echo ************* DO NOT CLOSE THIS WINDOW ****************** SET ans= SET /P ans=Do you want to recover your computer from the DVD...
  30. H

    Windows 2000 TCP printer script

    No problem! :beer: If you come up with any other ideas to expand on this i would be happy to help.
  31. H

    Network Drives

    If your workstation has the same user account on the server for our example greg you would use net use x: \\server\share /user:greg "password" but if the account did not exist on the server and workstation or you wanted to connect to the server with different criedntials use net use x...
  32. H

    Windows 2000 TCP printer script

    OK here it is please note I hacked it up because I have more than 1 printer on the network. But I thought showing all of them would get confusing. So here you go. :beer: I am by no means a vbscript expert if you see something that could be done another way please let me know The example is a HP...
  33. H

    Windows 2000 TCP printer script

    Was wondering if you could clarify this. Also at my job we use tcp/ip printing in a win2k environment. I used the prnadmin.dll to add the drivers, ports and printers all from a vbscript. Kind of a pain but it works fine now. The example here is what i used to get myself started. Good luck :beer:
  34. H

    Network Drives

    the syntax would be net use M: \\server\music /user:server\greg password
  35. H

    Network Drives

    Well it sounds like the username and password on the workstation does not match the username and password on the server. Simple solution is to match the usernames and passwords for the 2 machines. or map the drive and have it reconnect at logon like Also should be @echo off net use M...
  36. H

    Type Your Username with your Elbow

    hyuioredhgbwet6y
  37. H

    What was the first game you were addicted to?

    haha spent so many hours playing this one rc-pro am lol http://www.vintage-sierra.com/pq/policequest1.html
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |