Skip to content
RTILA Web Business Automation
  • Home
  • Features
  • Pricing
  • Marketplace
  • Support
    • Documentation

Cart

RTILA Web Business Automation
  • Home
  • Features
  • Pricing
  • Marketplace
  • Support
    • Documentation
Free Download
Free Download

Billing & Licensing

10
  • Change License’s registered email address
  • Upgrade a License
  • Manage License Activation Count
  • RTILA Studio local database
  • Standalone Exe Antivirus False Positive Alert
  • Team Member Activation URL & License
  • AppSumo Codes Redemption
  • Download & Activate RTILA Studio
  • AppSumo Code Stacking & Upgrade
  • Mac OS Installation Warning

Custom Commands

36
  • WordPress Posts via API (beta)
  • Webhook Send Request
  • Target Text Before After
  • Download File to Folder
  • Clipboard Copy & Paste
  • ChatGPT API Full Control
  • Generate Random Numbers and Text
  • Regex & JS Filters
  • API Bridge Get Post Requests
  • WhatsApp API send MSG
  • GET HTML
  • Slack Notification Command
  • Target Elements With Text Value
  • Directory Get Files Path
  • Folder and File Monitoring
  • Get iFrame URL
  • Get File Content
  • Verify License Easy Digital Downloads
  • Save Variable to File
  • Rename File
  • Move File to New Directory
  • Delete File
  • Mouse Events
  • Get System Info
  • Airtable Get & Update Records
  • Email Send Via SMTP
  • Wait For Element to disappear
  • OCR Passport Reader
  • Target Element in Shadow Dom
  • Airtable Get Records
  • Airtable Update Records
  • Sanitize URL
  • Email Verification
  • Get Hardware ID HWID
  • Timestamp Unix and UTC
  • Switch Tab Focus Command

How-To & Tutorials

42
  • How to target a CSS element
  • Change default Browser
  • Export Results to a CSV file
  • Profile Session Feature
  • OCR Feature: read text from images
  • Auto Download Pinterest Images
  • Save current URL using JavaScript
  • Search & Filter Projects
  • Error handling Strategy
  • Working with Arrays and Objects in RTILA
  • Auto Comment On WordPress Posts
  • Run Automations in Silent Mode
  • License Check for Standalone Executables
  • Trigger Standalone Bots via Command lines
  • How To Find Custom Collections For List type Datasets
  • Correcting & Completing Auto-Recorder Commands
  • RTILA WordPress Plugin installation & configuration
  • Using Developer Tools In RTILA Studio
  • Create A Project From Scratch
  • Bring back disappearing commands & properties
  • Export & share an RTILA project file
  • Install Browser Extensions using Profile Session
  • How To Fill a Form Using Generic Form Filler Child-Project
  • Project Settings: Import URLs manual entry, From File, From Project, and Read XML Sitemap
  • Project Settings: Import URLs manual entry
  • Use Local Storage Variable to scrape Do-follow Links
  • Schedule Launch of Automations
  • Email Results File via Gmail
  • Read from Google Sheets & Post on WordPress
  • Website Load Testing Automation
  • Read data from a txt or csv file
  • Downloading files
  • Open in a New tab
  • Using filters to complete a URL
  • Choosing the right collection
  • Set a Counter with JavaScript
  • Setup reCAPTCHA Resolution
  • Woo Categories & ChatGPT API
  • Login to Google Account & share profile session
  • Google Search Baby Steps
  • Auto-Recorder as a 1st step
  • Standalone Executable Bots

Official Commands

58
  • List Command
  • Incogniton Anti-detect browser
  • Save results to file command
  • RTILA Cloud API Documentation
  • FTP / SFTP Command
  • Custom Commands
  • Integrations
  • RPA & Desktop OS Commands
  • Add And Configure Dataset Properties
  • Inspection Panel Interface & Elements
  • Config & binaries files for Standalone
  • Focus On Element Command
  • Go To Url Command
  • Scroll Element Command
  • Execute JavaScript Code command
  • Reload Page Command
  • Compare Variables Condition
  • Take Screenshot Command
  • Smart Variable (ChatGPT API)
  • Child Projects
  • Confirm (Dialog Box) Command
  • Populate Text Field Command
  • Hover Mouse On Element Command
  • Download Page Command
  • Stop Automation Command
  • Log Message Command
  • Input (prompt box) Variable
  • Extract Results Command
  • Wait for Element to Appear Command
  • Selector (DOM element)
  • Check Radio Input Command
  • Dynamic Variable (JavaScript Code)
  • Static Variables
  • Set Checkbox State Command
  • Set Dropdown Value Command
  • Press a Keyboard Key Command
  • Upload File Command
  • Double Click On An Element Event
  • Click On An Element Event
  • Switch Browser Identity Command
  • Slack Notification Command
  • Save as Pdf Command
  • Go Back To Previous Page Command
  • Go Forward To Next Page Command
  • Proxies Built-In Rotation
  • External Proxy Rotation API
  • Regular Expressions
  • Mock Location Command
  • Close Page Command
  • Desktop Notification Command
  • Command Folder
  • Clear Cookie Command
  • Change Page Size Command
  • Break Loop Command
  • DataSet Types
  • Link Crawler Command
  • Alert Message Command
  • Wait Commands
  • Home
  • Docs
  • Official Commands
  • Config & binaries files for Standalone
View Categories

Config & binaries files for Standalone

3 min read

Background #

RTILA Studio allows you to compile your automation projects into Standalone Executable Software, also called Standalone Bots.
If you own a License that has reseller rights your compiled Standalone Software will be able to run on any computer (Windows, Mac and Linux) even if your client/user does not have RTILA Studio installed. In that sense they are “Standalone” software as they do not require RTILA to be present/used. If you do not have a reseller level License then your compiled Standalone will work but only on the same computer in which they were compiled, a fingerprint lock is applied and such file will not work if launched from an other desktop computer.

Objective of this document #

The objective of this document is to explain how a Standalone Executable Software works, as it is more of a “Folder of files” rather than just a single executable file.

Preview of the folder & files #

Below is a screenshot of the folder content which can be downloaded from here

Standalone Binaries Files and Config files

Specificity of Standalone Software Executable files #

The approach used by RTILA Studio is that the automation data is contained in a single file named config.bot
As a result the Binaries file act like a program launcher that looks for the config.bot file in the same folder to load the automation sequences and launch the browser to execute the contained automation commands.

This particular setup allows the user to keep using the same binary files for diverse automations, avoiding the need to re-download again and again these rather heavier files. Instead the user can just copy the config.bot file on an other automation and paste it in the same folder folder that is already containing the binaries, to be able to run that new automation.

Launch different config files using same binaries files #

You can also save multiple config files into the same folder, for example having an additional file called automation1.bot
And you can then use command lines to launch the binary file while feeding to it the config file name it needs to load for that particular run. Below is an example of the command line you can use for Windows and the same can be achieved for MAC OS and Linux by specifying config-file=automation1.config as an argument to the execution of the respective .sh files

Copy CodeCopiedUse a different Browser
WINDOWS-Executable.exe --config-file=automation1.config

Files content in the Standalone folder #

When you compile your standalone form your computer, RTILA Studio will only generate the binaries of for the operating system you are using. However, this does not mean that your Standalone config file will not run for the other supported operating system. As such we are sharing with you the binaries of all operating systems supported, which you can share in return with your clients and users, depending on their operating system.

You can download the complete folder that relates to this document from here

You will find the following files in this folder:
Read-Me.txt > current file you are reading
WINDOWS-Executable.exe > For Windows computers
MAC-OS-Executable.sh > For MAC OS computers
LINUX-Linux-Executable.sh > For Linux computers
config.bot > This is the original name of the config file generated by the compilation feature
automation1.bot > This is a config file renamed so that it can be called by a command line to be executed via the same binaries file.

    Still stuck? How can we help?

    How can we help?

    Updated on 22/04/2023
    Inspection Panel Interface & ElementsFocus On Element Command

    Powered by BetterDocs

    Table of Contents
    • Background
    • Objective of this document
    • Preview of the folder & files
    • Specificity of Standalone Software Executable files
    • Launch different config files using same binaries files
    • Files content in the Standalone folder

    INFO & LEGALS

    PRICING
    PAYMENTS & REFUND
    COOKIES - PRIVACY
    LICENSE AGREEMENT

    DOWNLOADS

    BOT LAUNCHER
    RTILA STUDIO ON GITHUB
    BOT & TEMPLATES
    PARTNERSHIPS

    RESOURCES

    VIDEO TUTORIALS
    DOCUMENTATION
    SUPPORT PORTAL
    FB COMMUNITY SUPPORT

    stay in touch

    Subscription Form

    follow us on

    • Facebook
    • YouTube
    • RTILA LinkedIn Page
    Copyright © RTILA CORPORATION