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...
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...
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.
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...
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 !!
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...
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...
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...
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...
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" {...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.