skytechguyver
Monday, October 31, 2016
Date in Batch File
SET CURRENT_DATE=%date:~4,2%%date:~7,2%%date:~10,4%
>10312016
%date:~10,4%%date:~4,2%%date:~7,2%
>20161031
Newer Posts
Home
Subscribe to:
Posts (Atom)
free online comma separating tool
https://delim.co/#
Reset Visual Paradigm - Hacker way!
In my current company, I'm using Visual Paradigm for my documentation task. If you go there site, you can either download community and ...
Jasper Server in Docker
One of the functionality in our system is can able to generate a report using Jasper report. We have a Jasper server setup in another ip ad...
How to Install NVM
https://www.liquidweb.com/kb/how-to-install-nvm-node-version-manager-for-node-js-on-ubuntu-12-04-lts/