Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 656 Bytes

Readme.MD

File metadata and controls

12 lines (8 loc) · 656 Bytes

Command Line utility for setting up wallpaper

This is a simple C# program that sets the desktop wallpaper on Windows operating systems. The program uses command-line arguments to determine the behavior of the wallpaper setting.

To use the program, download the source code and build the executable. Then, execute the program from the command line with the desired options.

Note that this program only works on Windows operating systems.

Usage:

wallrnd (--path <path_to_file>)  
wallrnd (--path <path_to_file>) [--center | --tile | --stretch | --fit | --fill | --span ]  
wallrnd (--path <path_to_folder> --random) [--recursive]