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 Chris 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. DB Boxers

    Update multiple prg files at the same time?

    Got it, thanks again. As I wasn't able to get NotePad++ option to work, not familiar with that program. I kept searching and found a Powershell script that quickly modifies the content. Here 'tis if it's of any use to others. Get-ChildItem "C:\FOLDER" -Recurse | ForEach-Object -Process {...
  2. DB Boxers

    Update multiple prg files at the same time?

    Thanks all, I appreciate the responses. I have over 100 Foxpro prg files and was looking for an update option that didn't require having to open every file. Cheers!
  3. DB Boxers

    Update multiple prg files at the same time?

    Hi, pardon the newbie question. Would like to update multiple prg files in a folder at the same time, without having to open each file. Goal is to change the directory location from \\origserver\Reports\ to \\newserver\Reports\ across all the files. Is that possible? Thank you.

Part and Inventory Search

Back
Top