Polenta A2Z - PA2Z
Description
PA2Z is a comprehensive command-line utility that combines multiple tools in one powerful application. It includes file copying, icon conversion, sleep timers, audio/MIDI playback, and beep functionality.
Platform: Windows 10/11 (x64)
License: Freeware
Version: 1.0.0
Features
PA2Z provides a unified interface for multiple utility functions:
-
XCopy Recent Files (
-xc, --xcopy)
Copy files based on date ranges. Use flexible time specifications like--past-days 7,--past-hours 24, or specific date ranges. -
Icon Converter (
-ic, --icon-converter)
Convert SVG files to ICO format with customizable sizes. Perfect for creating Windows icons from vector graphics. -
Sleep Timer (
-sl, --sleep)
Pause script execution for specified durations. Supports formats like1h30m20s,500ms, or45s. -
MIDI Player (
-pm, --play-midi)
Play MIDI files with volume control. Great for background music in scripts. -
Audio Player (
-pa, --play-audio)
Play WAV, MP3, OGG, WMA, AAC, and M4A files with adjustable volume. -
Beep Utility (
-bp, --beep)
Play system beeps with customizable frequency, duration, and volume. -
Quick Links (
-ws, --website/-don, --donate)
Open the Polenta Connection website or donate page directly from the command line.
Usage
PA2Z.exe [command] [options]
Examples
PA2Z.exe -xc -s "C:\Files\*.txt" -d "C:\Backup" --past-days 7Copy all .txt files modified in the last 7 days
PA2Z.exe -ic -i "*.svg" -o "icons"Convert all SVG files in current directory to ICO format
PA2Z.exe -sl -t 1h30mSleep for 1 hour and 30 minutes
PA2Z.exe -pm -mf music.mid -v 500Play a MIDI file at half volume
PA2Z.exe -pa -af song.mp3Play an MP3 audio file