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 bkrike 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 cohoonma

  1. cohoonma

    Reading text file that contains special characters

    Well, I have come up with a solution. I took the approach of not trying to dump the whole file in to the textbox. I instead stumbled upon using the IndexOf() function to find the start of the computer name, then the Substring() function for the correct length. I guess I thought it would have...
  2. cohoonma

    Reading text file that contains special characters

    Chip, Not being a full-time programmer, I tried researching your idea of encoding. I grabbed a couple of examples from MSDN and tried reading in the file and seeing what happens. I unfortunately got the same results. My guess is I need to somehow figure out what encoding, if any, SMS is...
  3. cohoonma

    Reading text file that contains special characters

    earthandfire, thanks, however, I really don't care what the characters are. I am just scanning the file to find a computer name that is contained within it. I use that infor for other items related to SMS Administration. Just a complete dump of the file is all that I am looking to do regardless...
  4. cohoonma

    Reading text file that contains special characters

    Folks: I am trying to create a simple C# windows app that contains a couple of file list boxes and a text box. When the entry in the file list box is selected, I want the contents to display in the text box. Simple enough. My problem is that I am trying to display Microsoft SMS MIF files from...
  5. cohoonma

    SMS 2.0 Query for Executable Lists computers that do not have it.

    I can work with that. Thanks a bunch for the suggestions. Michael
  6. cohoonma

    SMS 2.0 Query for Executable Lists computers that do not have it.

    tbrennans, I have scanned the drive, so no chance of there being both version, however, you were correct in that these were upgrades from office 97 to office 2003. I looked at the help files for the Delete Aged inventory task but that appears to work on hardware inventory records. Am I...
  7. cohoonma

    SMS 2.0 Query for Executable Lists computers that do not have it.

    We have an SMS 2.0 environment. We run the following query to find versions of MS Word. This query is listing a few machines that do not have the executable with the specified version. I have run the client cleaner on the computers with a /scrub parameter, and deleted the system in the SMS...
  8. cohoonma

    Windows 2000 could not start default web browser

    thanks electronicsfreak, but I did already try that. I even try to get creative with an entry in the HKCU\...\RUN registry to run IE, but still no luck. this certainly is a frustrating thing. Unfortunately, nothing seems to work. At this point I am willing to listen to whatever ideas are out there.
  9. cohoonma

    Windows 2000 could not start default web browser

    Hi, Here is our situation: We have created a Windows 2000 terminal server which runs Oracle financials on it. Within Oracle, the users can export data into an excel spreadsheet. Once the file is created, Oracle attempts to bring up the default web browser to display the exported file. However...
  10. cohoonma

    Count employees working during certain hourly ranges

    Wow, I am amzed at your depth of knowledge to crank out that bit of code. It is going to take me some time to really step through it to understand it but I have to give you a big thanks!! Don't give me another thought now. Michael
  11. cohoonma

    Count employees working during certain hourly ranges

    Skip, I tried out you idea and it works, unfortunately in my situation, I have to have it laid out the way I had it in the orginal post. I have names going down with a column for start and end times for Sunday - Saturday. I am duplicating what a company is using right now, only it is a paper...
  12. cohoonma

    Count employees working during certain hourly ranges

    I am trying to figure out the following. I have a list of employees that have a start-time and end-time in cells. I want to try and calculate the number of employees that work during: 1. 8am-11am 2. 8am-5pm 3. 5pm-10pm An example of the data is: A B C 1 John Doe...
  13. cohoonma

    "Run As..." can it be set permanently

    Hi Greg, I got your application and received an error running from the CD as you thought. I have sent the error to the support email box as you requested. I want to thank you and bcastner for such speedy info on my request. You folks rock! Michael
  14. cohoonma

    "Run As..." can it be set permanently

    Our users are using XP Pro where the vast majority have just domain users access rights.Hence they cannot install software. We want to create a CD that has some Macromedia Flash files and the installer for the Flash viewer. The problem is that the user cannot install the viewer without admin...
  15. cohoonma

    tcp/ip settings script advice

    mrmoneymatters, I read your reply posted above that you found a script for your purpose. My situation is similar. We need to poll all of our machines deployed on two different subnets and read the DNS settings. We have some machines that can access the internet and some that can't based on...

Part and Inventory Search

Back
Top