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!

Search results for query: *

  1. TheTechGuy

    I can see only 3 GB of 4 GB main memory

    Hello Nick, I have a similar problem. I have IBM Xseries 336 Type 8837 and have installed Windows 2003 Standard edition on it. It was working fine with the 2GB of RAM but recently I have upgraded the machine to 4GB of RAM (8X512MB). I am running into a similar situation as Grofaty did. The OS...
  2. TheTechGuy

    Perl script to delete *.pdf files older then 2 days in subfolders

    Hi there, I have the following script which deletes all the *.pdf files in one folder older then 2 days, but I need something which would delete all the *.pdf files in all the sub-folders #!/usr/bin/perl STDERR $dir = "c:/test/pdf" ; opendir (DIR, "$dir/"); @FILES =...
  3. TheTechGuy

    delete old files using dos commands

    Hi Pat, I am facing the similar situation as rozzay. I am able to delete *.txt files older then 2 days in a folder but unable delete the *.txt in the subfolders. Can you please help, where exactly should we insert the trace file in the script. Thanks so much,

Part and Inventory Search

Back
Top