Desktop Automation automation templates
11 ready-to-use desktop automation templates. Import one into Robomotion, connect your own accounts, and run it on a schedule or on demand.
Add Datetime to File Names
BeginnerUpdated 10 months agoRenames every file in a directory by appending the current date to its name. A quick way to version artefacts, snapshots, or export batches.
Copy Files
BeginnerUpdated 10 months agoCopies every file from a source directory into a destination, with optional overwrite. Demonstrates how to enumerate files and drive file-system operations from a subflow.
Delete Files of Specific Size Range
IntermediateUpdated 10 months agoScans a directory and deletes files whose size falls inside a min/max range. Useful for pruning oversized logs or clearing tiny scratch files.
Find and Delete Empty Files
BeginnerUpdated 10 months agoWalks a directory, locates zero-byte files, and deletes them in a single pass. Handy for cleaning up broken export folders.
GUI Testing Calculator
AdvancedUpdated 10 months agoDrives the Windows Calculator through native UI automation to validate arithmetic. A concrete template for end-to-end GUI testing of desktop apps.
Open a Folder
BeginnerUpdated 10 months agoLaunches the system file explorer pointed at a given path. Minimal template demonstrating the Application.Launch node.
Print Current Week's Calendar
IntermediateUpdated 10 months agoGenerates an HTML page for the current week and sends it to the default printer. Useful for team dashboards or physical planning boards.
Print Documents
BeginnerUpdated 10 months agoIterates a folder of documents and sends each one to the default printer. A compact recipe for automating bulk print jobs.
Run an Application
BeginnerUpdated 10 months agoStarts a desktop application by executable path — the simplest form of process orchestration in Robomotion.
Send Text to Notepad
BeginnerUpdated 10 months agoOpens Notepad and types a provided string into its editor window. Demonstrates how to pair Application.Launch with keyboard automation.
Share PowerPoint File as PDF
AdvancedUpdated 10 months agoOpens a .pptx file, exports it to PDF, and saves it next to the original. Automates a common office pipeline end to end.