Questions tagged [utilities]
34 questions
0
votes
2 answers
sendMail.exe alternative
Have a bunch of in-house batch scripts and what-not that utilize sendEmail.exe, which is an old perl auto-emailer application which can be found here:
github for sendEmail.exe
The problem is that with our migration to office365, and our security…

d34db33f
- 98
- 1
- 8
-2
votes
2 answers
All the dates and time for files in a folder in windows
In windows file explorer, I would like to go through all the subfolders in a folder and identify all the files in those folders and sort them by latest date and time.
I am trying to figure out when was the last time any file(s) that was deployed to…

dotnet-practitioner
- 103
- 3
-4
votes
1 answer
Is there any alternate utility to VMware converter to host VM faster?
we are using ESXi 4.0 and ESXi 4.1.
I am using VMware converter to host my VM in our ESXi server.
As our VM size is 35 GB , it is taking half a day to host it.
Is there any alternate utility to VMware converter to host VM faster?

Samselvaprabu
- 1,311
- 5
- 14
- 27
-5
votes
1 answer
"date" returning a month as a 3-char word
At the moment I call date this way:
date '+%Y %m %d'
# ==> 2017 12 01
How should I adjust it so that it return a month in the 3-char format? Like this:
date '+%Y %m %d'
# ==> 2017 dec 01

Joddy
- 69
- 2
- 5