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 Chriss Miller 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 lpblauen

  1. lpblauen

    BOOT FROM USB THUMB DRIVE

    try this it works so easy.. you can make it bootable and add different os's on it to boot from.. http://www.pendrivelinux.com/yumi-multiboot-usb-creator/
  2. lpblauen

    Server cannot ping another server - DNS?

    make sure the firewall if off. or set to allow ping...
  3. lpblauen

    Making a USB stick bootable

    here is a good link for menu.lst samples. they work great... http://reboot.pro/5041/
  4. lpblauen

    Bootable USB Drive - Boot mgr?

    i just finished do just this. we use acronis for making images and restoring systems. step 1. find fbinst. http://reboot.pro/11463/ step 2 create a menu.lst with the following stuff in it. This is what is in the menu.lst file for your information. Color blue/green yellow/red...
  5. lpblauen

    best antivirus. free

    I've been using vipre now for 2 years. Seems to do a great job for me. Easy to use and very little over head compared to other programs. Saved me several times. Now part of gfi they bought it was from sunbeltsoftware.
  6. lpblauen

    restoring deleted email in outlook 2007

    No one have any ideas?? Please..
  7. lpblauen

    IBM AIX

    find . name *.lic -print from the root directory will search all the way down in all directoies.
  8. lpblauen

    restoring deleted email in outlook 2007

    update. We tried a new system with all the software installed. I could log on system then tried the tools recover deleted items and it worked fine. Had someone else logon the system and it didn't work for them. So based on this we have concluded its not the exchange server and not the software...
  9. lpblauen

    restoring deleted email in outlook 2007

    We are having issues with outlook 2007. We can’t get the dumpster working. The exchange server is set to 14 days. My system is running outlook 2007 and for me its working But For others in the company we can’t seem to get it working. My system is not using the reg hack with dumpsteralways on...
  10. lpblauen

    how to pick a line to work from.

    perfect that did it.......
  11. lpblauen

    how to pick a line to work from.

    ok my batch program almost works. The problem is this now. i get the line I want here it is. for /f "skip=19" %%X in (c:\test\list.txt) do zip -r %%X.zip %%X The problem is I need it to do one more thing before its done. After it creates the zip file I want it to remove the directory so I...
  12. lpblauen

    how to pick a line to work from.

    yes but how to do a /f and a /l together? need to read a file /f and doing a /l to stop on a line number i set. I don't understand how to.
  13. lpblauen

    how to pick a line to work from.

    I haven't done this in years and forgot the way to do it. Its not really vb but I was hopeing someone could remember how its done. I create a file lets call it count.txt in it its got 25 lines of whatever. I can read the file using this command. for /f %%X in (count.txt) do echo %%X what I...
  14. lpblauen

    Two part script. Wait for part one to finish

    Just a thought but why not have script 1 write a file name like done or something when its finished. And have script2 check if its there before running. Then have it remove done when its completed till the next time you run them.
  15. lpblauen

    how to chmod /home

    this is in sun solaris 10 that im getting the failure.

Part and Inventory Search

Back
Top