Tuesday 18 August 2009

Unpacking WebSphere Portal 6.1.0.1 for Windows ...

Following on from my previous post about downloading WebSphere Portal 6.1.0.1 for Windows, I wanted to add a post describing how I unpacked the six downloaded ZIP files: -

unzip C1TL1ML -d c:\temp\W-Setup
unzip C1TQ5ML -d c:\temp\W-1
unzip C1TR1ML -d c:\temp\W-2
unzip C1U2UML -d c:\temp\w-3
unzip C1U2XML -d c:\temp\w-4
unzip C1U30ML -d c:\temp\W-5
unzip C1U34ML -d c:\temp\W-5A

I used the UNZIP.EXE binary that's part of the WinZIP package, but other CLI unzip tools are available ...

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...