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 Mike Lewis 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: ipeca
  • Order by date
  1. ipeca

    Copy files from list

    That worked, thanks. I would say there was a little more than out of sequence code, I completely hosed the nested if statement. Thanks for helping a n00b. Much to learn I have.
  2. ipeca

    Copy files from list

    Ok after sleeping on this overnight, and literally dreaming about the code....(not sure if that's a good sign...especially when I dreamt the code that works, and can't recall it) taking the advice to abandon WMI all together....I came up with a completely different script. Option Explicit...
  3. ipeca

    Copy files from list

    I was under the impression the WMI query was needed to maniuplate the FSO in Windows. I'm probably wrong/misinformed as I am a VBscript noob and still unsure how the WMI plays into the scripting language, other than doing a good job of confusing the hell out of me. The input file currently has...
  4. ipeca

    Copy files from list

    Hello all, I'm hoping someone can help me out and save my hair.... What I am trying to do, is copy a list of jpgs contained in a txt file from folder A to Folder B, so that I can burn them to a cd. This script worked ok with a move ... not sure what I did, or didn't do, to get it to quit...
  5. ipeca

    A New direction

    Well after much soul searching, deep thought, and discussions with some friends......I've decided to switch my major from general IT to software engineering. Thanks for the advice!!!
  6. ipeca

    A New direction

    Ya I've been warned aboout the poor practices in VBScripting. Thanks for the insight. I'm planning on specailizing my degree in Software Engineering. I guess my next question is, are there language certifications and do they carry any weight?
  7. ipeca

    Array not working

    all hail guitarzan !!!!! seriously, thank you. and here I thought an array would be the way to go...should have stayed with KISS... thanks again
  8. ipeca

    A New direction

    I've been in the IT field since 98', I started off doing dial up phone supprt for 6 months, a year as a pc tech, 4 years as a Sys Admin for an Oracle consulting firm, 2 1/2 years as a Sr Sys Admin (Unix Admin) for EDS, 9 months as a Tech Director at a school district, and I am currently a "i-5...
  9. ipeca

    Array not working

    I'm trying to automatically backup my log files and the script seems to work until it starts the For Each objLogfile in colLogFiles portion of the script. I get an0x8004107 error and it spits back a null value. So I'm guessing the evtLog(i) variable in this set method is wrong but after...
  10. ipeca

    event log as .csv

    Well no wonder I couldn't figure out how to do it from VBS. Thanks for the help....time to dream up an alternative solution.
  11. ipeca

    event log as .csv

    I'm trying to write a script that will save all of my event logs for me on a weekly basis. I have pieced together enough that I have a working script. However, I can't firgure out how to save the log file in a .csv format. Yes, saving in the .evt format would work, boss want's it in .csv....I...
  12. ipeca

    Noob needing some help

    Worked liked a charm and was exactly what I wanted, thanks.
  13. ipeca

    Noob needing some help

    Hi All, Hoping you can help a noob out. Recent job change has given me the oppurtunity to learn scripting and programming. However I'm a bit stumped with a bit of code and was wondering if someone could point me in the right direction. I have a server that is brought down for backups and...
  14. ipeca

    Call a program after backup has run

    forgot to mention this V5R4
  15. ipeca

    Call a program after backup has run

    Hello All, I'm wondering if there is a way to have BRMS call a program after the backups have run but before the system IPL's? I have a need to copy libs to a DR box so I need to copy them before anything puts a lock on files. Thanks
  16. ipeca

    IE 6 won't connect

    I've checked the proxy settings, and they are the same as the other nearby computer. I forgot to mention that other users who sign in to this one desktop have no problem connecting to the internet. It's why I believe it is something to do with the one user profile. I'll run the ipconfig /all...
  17. ipeca

    IE 6 won't connect

    A little background - I have just recently taken over as the Technical Director for a small school district after a 2.5 year stint as a Unix Admin for Travelocity. Unfortunately I was given a cold handover so I'm left trying to figure out the network on my own. The question - I have a domain...

Part and Inventory Search

Back
Top