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 TouchToneTommy 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 zippoboy

  1. zippoboy

    NEED HELP WITH powershell

    Below is my script $a = New-Object -comobject Excel.Application $a.visible = $True $b = $a.Workbooks.Add() $c = $b.Worksheets.Item(1) $c.Cells.Item(1,1) = "Organization" $c.Cells.Item(1,2) = "Name" $c.Cells.Item(1,3) = "Operating System" $c.Cells.Item(1,4) = "IP Address" $c.Cells.Item(1,5) =...
  2. zippoboy

    I/O Error in File. PLEASE HELP URGENT

    Thanks, I fixed the problem already.
  3. zippoboy

    I/O Error in File. PLEASE HELP URGENT

    Hi all, I just recovered, and restore data from the crash. After I created new company and restore from the old data, It seem like work on this workstation, but another workstation tried to open the company file and got this error "I/O Error in file Y:\...company.dat. Error Reading or...
  4. zippoboy

    MAIL MERGE WEIR PROBLEM

    Hi all, I got an error "Cannot create a new data source file. This file will be saved to your temp dir. Make sure that you have a temp dir folder on your hard disk" when created new receipient list MAIL MERGE in WORD 2002 and it ask to created "Temp Directory". In windows Xp already had temp...
  5. zippoboy

    PLEASE HELP sharing C$ ON XP

    bcastner, I'm running Languard to scan these workstation and I got access denied on local workstion. I'm using LocalAdm to access the xp box and still got access denied. I check the network access ->sharing and securtiy.... it set to classic mode which is local user authenicate. This way...
  6. zippoboy

    PLEASE HELP sharing C$ ON XP

    PLEASE HELP Notice that every xp I install(using Ghost image) is says C$ when I try to link to that on another pc, I can't get in. I am trying the password of the administrator account on that pc. Event I using map network drive with diff user and it still not let me in...
  7. zippoboy

    C$

    To all, Regard above posts, I have a problem with XP pro machine. Can't connect to C$ event map network dirve with different user "computername/username (where the username is a valid user with appropriate privelidges for that machine) and enter the password". This Novell network and NO AD...
  8. zippoboy

    W3404

    COULD SOMEONE HELP ME OUT, I GOT AN ERROR W3404 UNABLE TO OPEN FILE. I DID SEARCH FOR THE ASBACKUP.DLL (DATE 9-30-02) BUT CAN NOT FIND. THE LATE ASBACKUP.DLL IS 9-18-02 THAT I HAVE. IF SOMEONE HAVE THE LATE ASBACKUP.DLL PLEASE BE KINDS TO LET ME HAVE IT, I'M VERY APPRECIATED IT...

Part and Inventory Search

Back
Top