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 Mike Lewis 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. brittany1

    VBA - Opening multiple doc/html files into their own excel worksheets

    I have zero experience with VBA. Im trying to make my life easier by looking for examples on the web. I have an application that dumps a list of reports for servers. Each server report is contained in its own file either n doc or html format. for instance server1.html server2.html...
  2. brittany1

    Win 7 macro recorder

    Does anyone know of a Win 7 FREE macro recorder that can be used to automate a series of commands/tasks. Something similar to www.asoftech.com .. .. and yes.. I do know about psr which I use alternatively to create a presentation of steps used to execute a particular function. .. doesn't cut it...
  3. brittany1

    Comparing 3 vars if defined.

    Thank Keith .. sheez .. now that I see it, it looks too easy ... should have been able to figure that out. Guess sometimes I just become blind ... cant "see" it ... thanks again.
  4. brittany1

    Comparing 3 vars if defined.

    I have a scripting problem .. not sure where to start. I will have 3 vars. They could or could not be defined. For any defined var, I need to check that the string is identical to other define vars. So for example I could have : $x=NOW IS THE TIME $y=NOW IS THE TIME $z=NOW IS THE TIME...
  5. brittany1

    Perl : Is there a better way to print a substring value ?

    print substr($thevar,0,-4); print "\n"; The above gives me what I want. But it seems that theres a better way. print "\n", substr($thevar,0,-4); Doesnt give me what I want. Thanks in advance for any help !!
  6. brittany1

    Perl : Perl equivalent to the ksh | and ;

    My question is, is there a good resource that explains nesting statements. As an example. To change primary Factory CTS 1.9.0(46) P1 *Slot 1 CTS 1.10.2(42) P1 To primary *Slot 1 CTS 1.10.2(42) P1 while(<$in>){ print $out $_ if /^primary$/ .. /\*Slot /; } The code above only gives me...
  7. brittany1

    Vlookup ...guess I have a mental block

    I have been trying to figure this out.. just aint working for me I have two columns. Both sorted. Column a is the short list Column b is the lont list. I want to check if each cell in column a short list, residents anywhere in column b long list. If it does, I want to print column b's...
  8. brittany1

    Variable number of fields

    I have a list of files that should contain the following I have found many that do not have some of this content. Could be missing any one or any number of entrys shown above. cat *.txt | while read file do grep 3500[1-6] file | tr '\012' ',' done The code above will in example provide...
  9. brittany1

    getting multiple and variable input from the user

    i want to write something that will accept multiple user input, then connect to a remote server and execute the commands entered. My question is : what is the best way to gather the users input. this is what I have so far .. just seems like theres a better way to do it ? For instance when I...
  10. brittany1

    Expect / ssh if Permission denied is received.

    I am having a problem figuring out how to handle an error condition. if the password is not accepted and I receive a Permission denied. That condition could be met in any of the possibilities. tks in advance for help { "yes/no" {...
  11. brittany1

    Trouble getting my lab rack devices up.

    I swapped the cable already with a know good one. Pulled it from a different lab segment 2610xm and 2950. That connection is working fine. I suppose I could try that. Im also connecting fa0/43 with yet another known good cable to a known good router fa interface.
  12. brittany1

    Trouble getting my lab rack devices up.

    I am having layer 2 problems I suppose. No response when entering show cdp nei on either side. Im trying to connect 2610xm fa0/0 to 3550 fa0/1 (layer 2 only). Both ports in no shut, speed and duplex match. also for both cdp run and cdp enable entered. Debug of cdp packets show each device...

Part and Inventory Search

Back
Top