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. peteygnyc

    Windows 2000 SBS question...

    What exactly is a GC? I know what a DC is, but not the GC. Mainly, we setup a Veritas solution that takes all of the drive info each night and not only backs up the primary, but pushes it to the backup server. This backup server is only going to be used in an emergency. -P
  2. peteygnyc

    Windows 2000 SBS question...

    Here is my situation...I need to know how and if this could be done... I have a Primary Windows 2000 SBS server at a client site. I also have a Windows 2000 server as a backup. My questions is this. I know with SBS, you cannot have a PDC/BDC setup, so how would one go about setting up a...
  3. peteygnyc

    Batch file question...

    No, this has to be one or the other. I thought of just creating a local mapping of a different drive letter but they cannot even have the option of being on both servers at once. By deleting the driveshare, and then re-mapping the same drive letter to a different server, this eliminates that. -P
  4. peteygnyc

    Batch file question...

    longhair, no you didnt read it wrong. The problem is, in the code, it tried to add the new drive map. only problem is, every user already had the L drive mapped to the primary server. We want to be able to have the users be able to switch to the backup server at any time in case there is a...
  5. peteygnyc

    Batch file question...

    Ok..I got them to map...the default login script maps them to \\gnmsrv\L as their L drive. Every user logs in and runs that script. Now, I will be placing this vbscript icon on their desktops and giving them the option of switching. This works, deletes the old path to the L drive, maps the new...
  6. peteygnyc

    Batch file question...

    Ok what if the drive does not exist for whatever reason? Is there an IF/THEN thing I could use? Like If exist L: then net use L: /delete END If -P
  7. peteygnyc

    Batch file question...

    Another question...(sorry) Does this work for executables as well? For instance, Say I have an application which requires switches in order to run. When the user clicks on this script, can it be configured to run the executable on the mapped network drive? Ex: \\gnmsrv\L\dad\das_app.exe...
  8. peteygnyc

    Batch file question...

    Hey longhair... That worked..you are the man. However, because the L drive had previously been mapped, I got this message: Script: C:\Documents and Settings\Administrator\backup.vbs Line: 3 Char 5 Error: An attempt was made to remember a device that had previously been remembered. Code...
  9. peteygnyc

    Batch file question...

    could it be a different version or something? Im trying it on both win 2k and win xp boxes.. -P
  10. peteygnyc

    Batch file question...

    yes, exactly the way you had it...weird.. OK..Im gonna play with this and see if I could get it to work...thanks again man.. -Pete
  11. peteygnyc

    Batch file question...

    sorry, that char number was 98 -Pete
  12. peteygnyc

    Batch file question...

    longhair, I entered it exactly as you typed it and I am now getting: Script: C:\Documents and Settings\Administrator\backup.vbs Line: 1 Char 102 Error: Expected end of Statement Code: 800A0401 Source: Microsoft VBScript compilation error Any ideas?
  13. peteygnyc

    Batch file question...

    Any takers? I'm good for the money... -P
  14. peteygnyc

    Batch file question...

    ...at this point, I'd be willing to pay someone to write it for me...lol -Pete
  15. peteygnyc

    Batch file question...

    Yes but honestly, I have never done this before :( I have no idea what I am even reading. My boss dumped this in my lap and it has to be done by Monday... -P
  16. peteygnyc

    Batch file question...

    When testing that, this is what I get: Script: C:\Documents and Settings\Administrator\backup.vbs Line: 2 Char 5 Error: Expected Statement Code: 800A0400 Source: Microsoft VBScript compilation error any ideas? this is what I have: If msgbox("Do you want to connect to the Backup Server...
  17. peteygnyc

    Batch file question...

    Ok here's exactly what I need... I have two servers. Primary is called GNMSRV. The backup is called GNMSRV-BK. For the Primary server, the script is simple. It will simply unmap the L drive (if it exists) and re-map it (or map it if it didn't exist). For the backup, it is a little more...
  18. peteygnyc

    Batch file question...

    Hey everyone, I was just wondering if there is a way to execute a batch file from a desktop which prompts the user to continue. I am pretty sure it is possible but I have no clue how to do it. My situation is this: I have two severs running proprietary software. One is Primary, one is Backup. I...
  19. peteygnyc

    HUGE problem here...

    Hi! I just wanted to say upfront that you guys are incredibly knowlegable and have helped me in the past with issues on servers. I am hoping you guy can help me with this one. I have a Windows 2003 SBS server running Exchange 2003. I need to know if this is a change in 2003, a flaw, or just a...
  20. peteygnyc

    GPO for a network share icon on desktop...

    Mark, Are those two commands the same on a Windows 2003 box? -Pete

Part and Inventory Search

Back
Top