Unzip Folder Using Powershell
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-08-17 11:55 AM
https://drive.google.com/open?id=0B5EZWbQ7dA2hZG1fcnFvOHdYczQ
Use the above link to download the bp release "unzip folders using powershell"
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-08-17 04:52 PM
Thanks for sharing - I 'll keep that in my kit bag!
A couple of minor points (I am the pedantic best practice police!!)
Your process has a potential infinite loop - you recover, resume and link back into the flow, if anything goes wrong with one of your interfaces you have an infinite loop with logging turned on (a nice way to potentially blow your database size limit).
Also, arbitrary waits that just pause should be replaced with intelligent waits that wait for something - like text changing or something. There is a surface automation of mainframe guide and example that shows how you might do this for a green screen.
The best practice guide on the portal mentions both infinite loops and arbitrary waits.