Not sure on the perl how to read that but I was messing with the grep and I found that it does not want to see: grep -n "test" file.log | cut -d: f1
as a number. I broke it up into diffrent parts and seemed to work until you tried to use that part to do math.
Thanks
I tried the script they had but I kept getting a bad number error for the math part. I can get the part that does the grep to work and I could get the tail / head part to work but when I tried to have it look at every instance with the number of lines it would error out with the bad number.
I am wanting to do a search for instances of a given string but I want more then just the line its on, but may three entry lines before and after each time I find the string. The file I look through is an over 5,000,000 line log. I only get the line the string is on with a basic grep and doing...
The executable already exist on the remote server. I just need to start it back up on that remote computer. I do not need to see it on my side except that it was successful. The article may have approached that issue but I do not have a subscription to that site.
Thanks
I am trying to find a way to use a script to remotely start an executable. I can change them out and use taskkill to start it. But when I tried a Call command it gave me an error:
"Component 'ipport50.ocx' or one of its dependencies not correctly registered: a file is missing or invalid"
I...
I am able to get code work if a user and password are defined on the access db.
pw = ty
ud = "Admin"
' Path to Transfers.mdb
MyConn = "d:\personal\tely\pickeraccuracy.mdb"
Set cnn = New ADODB.Connection
With cnn
.Provider = "Microsoft.Jet.OLEDB.4.0"
.Open...
I am trying to call data to a excel table from a query in Access but it says it cannot recognize the nz in excel. Is there another way to move the data so it recognizes blanks as a zero from access?
This is the query:
SELECT test.pickerNum, test.period, test.week, test.year, sum(test.olq) AS...
The book I have does not show how to setup global variables and use between multiple forms that will close.
I have a string variable that is used to place information in the correct column. Based on a Select Case it will have the column based by date and shift. Example if:
date is today and...
Okay, I know I was not clear on the last one. But, is this kind of what you meant? The first form will already be closed when the second one runs due to functionality of filling a report on excel.
Thanks
dim testers as string
Private Sub CommandButton1_Click()
Dim oWorkBook As...
I am trying to move sCell in this case not to actually be put in the form but to be used with the placement by the VBA. Here is example of the code sCell is what I am bringing over from UseForm1 and using for part of placing the comment in a location.
Private Sub CommandButton1_Click()
Dim...
I am working with two forms that will feed both a access database and excel spreadsheet. I have one form that obtains information needed for a report on excel and helps my code recognize where to put the information (what cell) based on date and shift. Well I am introducing another form for...
I am trying to get information filled in a form to go both to a database and to one comment for cell for a related day. I already have it going to the database. Not sure how to get several entries into one comment.
I am using it for a role of all present at a meeting on a report.
Thanks
Tim
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.