Rob van der Woude's Scripting Pages

News Archives 2022 Q4

 

[ Back to the current news page... ]

 

2022-12-20
• A bug in AppendSilence.bat has been fixed, it would always append 64 seconds, no matter what length was specified.

 

2022-12-06
• A bug in BatCodeCheck has been fixed: it would corrupt lines that started with whitespace followed by an internal command.

 

2022-12-04
• I installed a new 8TB harddisk in my computer, and while "filling" it, it went to sleep sometimes even when busy copying.
This seems to be a known issue in Windows.
When the computer is woken up again, the mouse sometimes stays asleep.
I tried plugging in another mouse, but unless it is a Bluetooth mouse, I don't get a moving mouse pointer again.
DEVCON to the rescue! A simple batch file with only 2 DEVCON commands restarts the mouse: RestartMouse.bat.

 

2022-12-03
ListDrives.exe has been updated, error handling has been improved.

 

2022-11-27
ProgressBar.exe is a new batch tool to display a customizable progress bar.

 

2022-11-19
DetectSound.exe had a minor update: it now accepts a timeout period of half a second to 600 seconds, and as a result the timeout no longer needs to be an integer.
You may use either a dot or a comma or your system's default for the decimal separator.

 

2022-11-18
DetectSound.exe is a new command line tool that uses Microsoft's speech recognition technology to detect sound input on the default microphone.
It is based on source code by Wendy Zang on MSDN.

Thanks Wendy

 

2022-11-17
• I added a page on endless loops in batch files, and how to break free from these loops.

 

2022-11-09
TestSitemap.exe has been updated again:

 

2022-11-06
TestSitemap.exe has been updated:

 

2022-11-04
XPath.bat is a simple wrapper batch file using PHP to display the results of an XPath query against an XML file.

 

2022-11-03
AppendSilence.bat is a new batch file using FFMPEG to append silence to the end of an existing MP3 file.

 

2022-10-31
MonitorClipboard.exe has been updated:

 

2022-10-25
readword.php is a simple demo script for reading a Word document and showing the plain text either in a web page or in a console — it's that versatile.
To make the script work, make sure you have MS Office installed, and that your PHP.INI contains the following entry:
[COM_DOT_NET]
extension=php_com_dotnet.dll

 

2022-10-24
• In case you're wondering why so many "old" pages on this site appear in the What's New list: I'm updating my web pages to use Unicode emojis instead of images, wherever possible.

 

2022-10-20
comparesitemaps.php is a simple PHP file to compare 2 XML sitemap files and show the differences.
It needs to run on a (local) web server (e.g. XAMPP), and it may take quite a while to finish, so I increased its time limit from the default (usually 120 seconds) to 15 minutes.
It can be downloaded here.

 

2022-10-17
StringHash.exe has been updated: it now accepts its input string on the command line or as redirected Standard Input.

 

2022-10-14
• A bug in TestSitemap.exe has been fixed: it would not handle the /XL and /XQ switches correctly.

 

2022-10-13
TestSitemap.exe is a new command line tool to test all links mentioned in an XML sitemap.
CompareSitemaps.exe is a new command line tool to compare 2 XML sitemaps, disregarding sort order and comments, and optionally displaying the differences on screen.

 

2022-10-05
AirRegGUI.ps1 has been updated: it will now show the aircraft type, besides the thumbnail, if it found a match on Airport-Data.com.
AirRegOpenSkyCmd.ps1 has been updated to match the new database naming convention.
AirRegPHCmd.ps1 will no longer be updated since the Dutch aircraft registrations database is no longer available for download.
You can still use any existing database you may have downloaded, but it won't be up-to-date...

 

2022-10-04
CaptureDate.exe has been updated: See the program's help text for details.

 

2022-10-03
Trash.exe is a new command line tool to send files to the recycle bin.
I wrote it to use it with ExifTool and CompareImages.exe (see 2022-09-25 newsitem) to allow recovery of the original image even if no backup was made.

 

 

Archived News pages
Archived news from 2022
Archived news from 2021
Archived news from 2020
Archived news from 2019
Archived news from 2018
Archived news from 2017
Archived news from 2016
Archived news from 2015
Archived news from 2014
Archived news from 2013
Archived news from 2012
Archived news from 2011
Archived news from 2010
Archived news from 2009
Archived news from 2008
Archived news from 2007

 

 


page last modified: 2023-01-04; loaded in 0.0081 seconds