Useful Batch Command

constant pinging with timestamp: @echo offSET TARGET=<server name or IP>IF “%~1” NEQ “” SET TARGET=%~1 ping -t %TARGET%|cmd /q /v /c “(pause&pause)>nul & for /l %%a in () do (set /p “data=” && echo(!time! !data!)&ping -n 2 localhost >nul” > C:\Temp\rociolopez.txt output looks like:

Read More

Comprehensive Overview of Documentum Product Suite

Documentum offers a range of products designed to manage information with robust security, governance, and compliance features. These products serve various business needs, from content management to workflow automation and archiving. Here’s a list of several key Documentum products: These products make up a comprehensive suite that helps organizations manage content throughout its lifecycle, ensure…

Read More

Set the current TimeZone

Our application users have high expectations regarding timestamp accuracy, anticipating that our applications will intuitively recognize their time zones and adjust timestamps accordingly. In this guide, we will explore various strategies for altering the time zone settings of the JVM. Additionally, we will delve into the challenges and common pitfalls encountered in managing time zones…

Read More