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 rnpIII

  1. rnpIII

    Suggestions for training in WSH and VBScript

    Markdmac and MrMovie, I appreciate your input. It just goes to show that I don't know what 2000 Server Admins do. I am really writing stand- alone stuff, and in some cases it will be a utility that can be used in multiple places. MrMovie: As I would really like to be able to read every book...
  2. rnpIII

    Suggestions for training in WSH and VBScript

    Hello All, I have been writing non- administrative, non- HTML or ASP scripts for about a year now. I know I am lacking in some very basic knowledge that would assist in finishing these scripts quicker and more efficiently. I have looked on the internet for training and all I really see is stuff...
  3. rnpIII

    Writing a RTF to an Array with issues

    Hey Tsuji, I figured it out. Not the most elegant method I'm sure, but it does the trick and works really fast. in summary, after breaking out the GIF from the original file and putting that code in another file, I conducted my changes in the first array then broke out the GIF file in the...
  4. rnpIII

    Writing a RTF to an Array with issues

    Hey Tsuji, Thank you for your input. I will ammend the script accordingly for some of it. The "split" piece is tricky because each line I look at has a different ending character. Sometimes it's "}" or ";}" or something else totally. I am looking at the rtf via notepad so I can see what the...
  5. rnpIII

    Writing a RTF to an Array with issues

    Hello All, I am trying to read a .RTF file and make changes to three lines. Originally tried just writing to a variable with the changed lines, but the file is so large the computer will hang on this file for quite awhile. When it is reading the rest of the file, and that is before it has...
  6. rnpIII

    Lost info and duplicate companies

    Ah! This is one more clue than I had before. Thank you. I will look for this as well. rnpIII CoServ IT
  7. rnpIII

    Lost info and duplicate companies

    Hello Bill, So when you say a directory was duplicated, could you give me a for- instance of what I might be looking for? rnpIII CoServ IT
  8. rnpIII

    Lost info and duplicate companies

    Hello All, I am in the IT dept of a small company in Texas. I have a number of users using Peachtree Complete Accounting, 2002. A restore was performed and some info was lost and I am clueless on how to fix this. The restore was originally performed from a TSM backup because they were missing...
  9. rnpIII

    Passing a formula as a string

    Gentlemen, Thank you for your succinct and correct answers. That worked perfectly. It helps to answer someone who know. Once again thank you, both of you. I cannot tell you how much your site has helped me in my endeavor to learn vbscript. I don't usually even have to ask, I can just search...
  10. rnpIII

    Passing a formula as a string

    Good Morning All, I have a series of files in a different set of directories. Each set of files is different within itself (in naming convention). I have made a formula, in one case, that I would like to pass to an all- purpose function that will parse some info and then zip the appropriate...
  11. rnpIII

    Gibberish reading from a .reg file

    OH, I got it! I was opening the file twice, and the second time it was opening without unicode support and using that instance. That's what I get for not paying attention. Thank you for your help. I have learned something new now with the unicode support issue. Thanks, PH. rnpIII
  12. rnpIII

    Gibberish reading from a .reg file

    I'm still fairly new to scripting. I know enough to do some damage but still have a lot to learn. Is this something I can add to the set ts = Ofso.opentextfile(regfilespec,1,True,TristateUseDefault) line? I have tried all of the different Tristate settings, what am I missing? rnpIII
  13. rnpIII

    vbscript sending email

    Hello Kaul1jos, Try this: ' Begin Code ------------------------------------------------- Dim oName, ODomain, oMyIP, oTo, Attach ' Set "To:" names. T1 = "Someone@somedomain.com" T2 = "SomeoneElse@somedomain.com" Subject = "Email Test " & now Body =...
  14. rnpIII

    Gibberish reading from a .reg file

    Hello, I was reading from post number 855663 where Tsuji wrote an excellent script to change a reg file from one thing to another. The problem I am having with it is reading an XP reg file I get gibberish until I open it in notepad save it as a txt file then resave it as a reg file. Any ideas...
  15. rnpIII

    Get a variable to maintain its original information

    Hello Jerz, Appreciate the advice, this may help on the zip piece. As for the aforementioned code, see below: Begin Code:------------------------------------------------------ Sub CopyIT (I, II) ' Possible vars - I,II BilDir, WorkDir ' FinDir, WorkDir Dim WrkCnt WrkCnt = 0...

Part and Inventory Search

Back
Top