download
naar beneden laden.
Download hier de meest recente versies van CUE, CUEFREE
en de Track Exporter.
CUE download
track exporter download
TrackExporter_1.4.3_Setup.exe – 13th november 2023
TrackExporter en CueFree zijn gratis (verassing!) maar voor de volledige versie van Cue is een licentie vereist. CueFree heeft een beperkte commandset vergeleken met Cue en er ontbreken ook enige features in de GUI. Details zijn gegeven in de onderstaande tabellen.
| CATEGORY | COMMAND | DESCRIPTION | FULL | FREE |
|---|---|---|---|---|
| Automation | Control | Selects a control and does stuff with it | Yes | No |
| Automation | Menu Item | Clicks an item in a pull down menu | Yes | No |
| Clipboard | Clear Clipboard | Clears the Clipboard | Yes | Yes |
| Clipboard | From Clipboard | Retrieves data from the clipboard | Yes | Yes |
| Clipboard | To Clipboard | Puts data on the clipboard | Yes | Yes |
| Debug | // | Inserts a comment | Yes | Yes |
| Debug | Break | Stops execution | Yes | Yes |
| Debug | Clear Monitor | Clears the monitor window | Yes | Yes |
| Debug | Debug | Shows the contents of memory or variables in the monitor window | Yes | Yes |
| Debug | Display | Shows specified text in the monitor window w/o line number | Yes | Yes |
| Debug | Error LoopBack Off | Stops sending error messages back to memory | Yes | Yes |
| Debug | Error LoopBack On | Starts sending error message back to memory | Yes | Yes |
| Debug | Monitor Mode | Sets the monitor to either show all or to show only debug information | Yes | Yes |
| Debug | Shows the data currently in memory in the monitor window | Yes | Yes | |
| Debug | Step Mode Off | Switches back to normal mode | Yes | Yes |
| Debug | Step Mode On | Switches to step mode | Yes | Yes |
| File | Close File | Closes a file | Yes | Yes |
| File | Copy File | Copy a file to a specified directory | Yes | Yes |
| File | Create Directory | Creates a directory in a specified location | Yes | Yes |
| File | Delete Directory | Deletes a specified directory | Yes | Yes |
| File | Delete File | Deletes a file | Yes | Yes |
| File | Directory Exists | Verifies that a directory exists | Yes | Yes |
| File | File Exists | Verifies that a file exists | Yes | Yes |
| File | File Path | Performs file path operations | Yes | Yes |
| File | Get Explorer Selection | Gets the last item selected in Windows Explorer | Yes | No |
| File | Get Temp Directory | Gets the path to the windows temp directory | Yes | Yes |
| File | Get Unique Filename | Returns a number that can serve as a unique filename | Yes | No |
| File | Move File | Move a file to a specified directory | Yes | Yes |
| File | Open Input File | Opens a file for input | Yes | Yes |
| File | Open Output File | Opens a file for output | Yes | Yes |
| File | Read From File | Reads a line from a specified input file | Yes | Yes |
| File | Rename File | Renames a specified file | Yes | Yes |
| File | Wait For File | Waits for a file to appear in a specified location | Yes | Yes |
| File | Write To File | Writes a line to a specified output file | Yes | Yes |
| Graphics | Screenshot | Takes a screenshot of a specified area and puts it on the clipboard | Yes | Yes |
| Graphics | Subtitle | Show text in a specified area on the screen | Yes | No |
| Graphics | Wait For Image | Waits for a specified image to appear in a specified area | Yes | Yes |
| Help | Hint | Shows a hint when hovering over a buttonbar button | Yes | Yes |
| Comms | Dequeue | Reads from a disk based queue | Yes | No |
| Comms | Enqueue | Writes to a disk based queue | Yes | No |
| Comms | SFTP Send | Uploads a file to a specified STFP server | Yes | Yes |
| Comms | UDP Listen | Receives data from a specified port using the UDP protocol | Yes | Yes |
| Comms | UDP Send | Sends data to a specified port and ip addres using the UDP protocol | Yes | Yes |
| Keys | Keys | Defines a keystroke | Yes | Yes |
| Math | Calc | Performs simple calculations on two numbers | Yes | Yes |
| Math | Dec | Decreases the value of number by 1 | Yes | Yes |
| Math | Inc | Increases the value of a number by 1 | Yes | Yes |
| Memory | Set | Sets memory or a variable | Yes | Yes |
| Mouse | Area Get | Gets an area propery (i.e. Top (Y), Left (X), Width, Height) | Yes | Yes |
| Mouse | Location Get | Gets a location propery (i.e. Top (Y), Left (X)) | Yes | Yes |
| Mouse | Locations Property | Gets a propery for locations as a group | Yes | Yes |
| Mouse | Mouse Drag | Mousedrags items between two locations | Yes | Yes |
| Mouse | Mouse Drag Index | Mousedrags items between two indexed locations | Yes | Yes |
| Mouse | Mouse Move | Moves the mouse pointer visibly between two locations | Yes | Yes |
| Mouse | RClick | Clicks on a location relative to the location of a window | Yes | Yes |
| Mouse | Select From List | Selects an item from a list using OCR | Yes | Yes |
| Mouse | XClick | Clicks on a specified location | Yes | Yes |
| Ocr | OCR | Performs optical character recognition on a specified area | Yes | Yes |
| Process | Activate Window | Activates a window using its window handle | Yes | Yes |
| Process | Get Window Handle | Gets the main window handle for a given process Id | Yes | Yes |
| Process | Get Window Position | Gets the position of a window | Yes | Yes |
| Process | Get Window Size | Gets the size of a window | Yes | Yes |
| Process | Kill Program | Terminates a program | Yes | Yes |
| Process | Open File | Opens a specified file with its default application | Yes | Yes |
| Process | Open Website | Opens a specified website | Yes | Yes |
| Process | Process Exists | Determines if a process exists | Yes | Yes |
| Process | Run Program | Runs a specified executable | Yes | Yes |
| Process | Select Browser | Selects a browser installed on your system | Yes | Yes |
| Process | Set Screen | Selects the screen on which an application will be opened | Yes | Yes |
| Process | Set Window Position | Sets the on-screen position of a window | Yes | Yes |
| Process | Set Window Size | Sets the on-screen size of a window | Yes | Yes |
| Process | Set Window Style | Sets an application window to maximized, normal or minimized | Yes | Yes |
| Process | Wait for Popup | Waits for a specified popup to appear | Yes | Yes |
| Process | Wait for Window | Waits for a specified window to open | Yes | Yes |
| Structure | Call | Calls a subroutine | Yes | Yes |
| Structure | Chain File | Opens a Cue and runs it | Yes | Yes |
| Structure | Chain Next | Runs the next Cue in a specified directory | Yes | Yes |
| Structure | Check If | Compares two items | Yes | Yes |
| Structure | Choice Box | Halts execution and shows a choice box | Yes | Yes |
| Structure | Do | Initiates a Do-loop | Yes | Yes |
| Structure | Else | Starts the 'Else' clause of an 'If-Else-EndIf' structure | Yes | Yes |
| Structure | EndIf | Ends an 'If-Else-EndIf' structure | Yes | Yes |
| Structure | Exit If | Conditionally exits a Do-loop | Yes | Yes |
| Structure | ForTo | Runs code between 'ForTo' and 'Next' a specified number of times | Yes | Yes |
| Structure | If | Compares two items. If is part of the If-Else-EndIf structure | Yes | Yes |
| Structure | Input Box | Halts execution and shows an input box | Yes | Yes |
| Structure | Leave Focus | Does not pull focus back to Cue editor after Cue completes | Yes | Yes |
| Structure | Loop | Closes a Do-loop | Yes | Yes |
| Structure | Message Box | Halts execution and shows an OK/Cancel message box | Yes | Yes |
| Structure | Next | Closes a ForTo loop | Yes | Yes |
| Structure | Return | Returns from a subroutine | Yes | Yes |
| Structure | Sub | Defines a subroutine | Yes | Yes |
| Text | Ascii Filter | Filters specified Ascii values from memory | Yes | Yes |
| Text | Create Ascii | Creates an Ascii string | Yes | Yes |
| Text | Get List | Gets a list of text from an area | Yes | Yes |
| Text | Get List Item | Gets an item from a separated string | Yes | Yes |
| Text | Join | Joins text | Yes | Yes |
| Text | Random | Generates a random set of charachters | Yes | Yes |
| Text | Replace | Replaces specified characters by other specified characters | Yes | Yes |
| Text | Send Password | Sends predefined hidden password to a selected text receiver | Yes | Yes |
| Text | Send Text | Sends predefined text to a selected text receiver | Yes | Yes |
| Text | Split | Splits text into parts and returns specified parts to memory | Yes | Yes |
| Text | Text Filter | Filter specified characters from memory | Yes | Yes |
| Time | Stopwatch Start | Starts a stopwatch | Yes | Yes |
| Time | Stopwatch Stop | Stops a stopwatch and displays elapsed time | Yes | Yes |
| Time | Wait | Waits for a specified number of milliseconds | Yes | Yes |
| Visibility | Hide Me | Hides the main window | Yes | Yes |
| Visibility | Hide Monitor | Hides the monitor window | Yes | Yes |
| Visibility | Show Me | Shows the main window | Yes | Yes |
| Visibility | Show Monitor | Shows the monitor window | Yes | Yes |
| FEATURE | DESCRIPTION | FULL | FREE |
|---|---|---|---|
| MIDI Implementation | Allows scripts to be triggered by a Midi device | Yes | No |
| Typing w. Autocomplete | Allows direct typing of commands instead of using menu's | Yes | No |
Vragen?
Wij staan altijd open voor vragen, opmerkingen of gewoon een goed gesprek over hoe we je van dienst kunnen zijn.
