Click here to Skip to main content
15,899,474 members

Comments by rohith naik (Top 51 by date)

rohith naik 17-May-19 23:14pm View    
Hi Gerry, I am not specific at all about my requirement. I just need something to indicate that a Redis instance has started up. I am very flexible in terms of what I can do to figure it out.
rohith naik 29-Sep-16 12:16pm View    
Well that is not what I intended at all. Fixed the issue and posted the solution.
rohith naik 29-Sep-16 12:00pm View    
I do have another problem I just figured out. I am pasting the zip file in the same directory as the main file. This would mean that the zip files I have created this week would get zipped again next week. I have used this syntax but this again seems wrong

$rootFolder = "C:\MyFiles\Output"
$tempVariable = $rootFolder + "*.*"
$files = Get-ChildItem -Path $rootFolder -exclude *.zip

Mind telling me whats wrong?
rohith naik 29-Sep-16 11:56am View    
Thank you, powershell syntax goes over my head, however I have posted my solution after I figured it out. Please feel free to tell me what can be improved.
rohith naik 29-Sep-16 11:39am View    
Thank you. Turns out I was not doing the full file names properly. I have added my solution below