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 strongm 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. BuckBMD

    Powershell Script - Create Separate CSV files Based on Directory Contents

    Please disregard this initial post. I ended up creating one whole CSV containing the prefix of the file name, and the complete path and file. I then looped through that file and created separate CSV based on the prefix of the file name, which happened to be first value in each line of the...
  2. BuckBMD

    Powershell Script - Create Separate CSV files Based on Directory Contents

    I need some help in creating separate CSV files based on the contents of a directory. The CSV would contain the designated substring as one column, and the complete path and filename in a second column. No quotes as text qualifiers. Assume the folder name = C:\Temp\Images The content is as...
  3. BuckBMD

    Need a Utility for Printing MSSQL Scripts

    I am looking for a good utility for printing formatted SQL scripts for documentation purposes. I am currently using SQL2000Print for documenting the dabase objects, etc. However. I need another tool for the scripts themselves. Any assistance offered would be greatly appreciated. Thank you!
  4. BuckBMD

    Using RegExp to Remove Extra Quotes

    Thanks to both 'TomThumbKP' and 'tsuji' for your help. I was thinking about using multiple passes to accomplish this. That method works great when cleaning addresses lines, etc. I certainly appreciate the efforts on both your parts. Thanks again.
  5. BuckBMD

    Using RegExp to Remove Extra Quotes

    I neglected to mention that I'm using VBScript. Thanks!
  6. BuckBMD

    Using RegExp to Remove Extra Quotes

    I need some assistance in constructing a RegExp pattern for removing/changing stray quotes within a text file. My script basically reads a line from a comma-delimited text file (with quotes for text qualifiers). I then want to construct a RegExp pattern to remove.change quotes if they are not...
  7. BuckBMD

    Need help making a script to run tasks

    Spool; I'm doing the same thing. Here are my suggestions. 1. CleanMgr: Research the "/sageset:n" and "/sagerun:n" arguments, where "n" represents a long integer. These arguments allow you to set a configuration and run it against a drive. 2. ChkDsk: Use this command with the...
  8. BuckBMD

    Failed SQL 6.5 SetUp on Windows 2000

    I have a failed installation of SQL 6.5 on a Windows 2000 Server box. The "Uninstall" option is no longer available from the CD, and the "setup /t RebuildRegistry = ON" option doesn't appear to work with Windows 2000. I'd like to repair the install I've got, do a formal "Uninstall", then re-do...
  9. BuckBMD

    View Access Database Custom Properties

    Steve; Thanks! That worked great. I appreciate your help. BuckBMD
  10. BuckBMD

    View Access Database Custom Properties

    Steve; Thanks! Let me give it a try. I'll let you know how it turned out. Thanks for taking the effort to reply. BuckBMD
  11. BuckBMD

    View Access Database Custom Properties

    Need some guidance here please. We have written a scipting utility to change Access database schemas we have deployed in the field. The utility also adds a new custom property to the database, which denotes the scipt name, the date it was run and the success code (i.e., flag). We know the...
  12. BuckBMD

    Checking for open files

    Thanks for the response. This will probably work. I also found two (2) APIs that I can use to accomlish it as well. Again, thanks for the advice!
  13. BuckBMD

    Checking for open files

    Does anyone know of a script to check for any open files within a given directory? Perhaps an API call is required. Thanks in advance for any assistance you can offer.

Part and Inventory Search

Back
Top