From the course: Robotic Process Automation: Tech Primer
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Create a console app - UiPath Tutorial
From the course: Robotic Process Automation: Tech Primer
Create a console app
- [Instructor] In the previous section, we created this simple desktop app to learn about the fundamentals of creating an app and automating a desktop app with UiPath. In this section, we're going to focus more on programming skills, so we're going to create a different kind of application project called a console application, and you've probably seen something like this before. If you go to your Start menu and type in CMD, you can see this thing called a command prompt. That is a console application. When I click on this, it opens up this black window that has text in it. And that's the biggest difference between a console app and a desktop app is that the desktop app is going to have user interface elements like this, whereas a console app is going to be mostly text-based. We interact with a console app by typing in text commands. So, for example, if I type in dir, which is short for directory, when I then hit Return, it gives me a list of all the files in this current working…
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Overview4m 6s
-
(Locked)
Create a console app2m 20s
-
(Locked)
Programming basics: Visual Studio8m 16s
-
(Locked)
Programming basics: UiPath Studio5m 21s
-
(Locked)
Intro to functions4m 2s
-
(Locked)
Functions demo: Visual Studio9m 37s
-
(Locked)
Functions demo: UiPath Studio8m 52s
-
(Locked)
Intro to variables3m 11s
-
(Locked)
Variables demo: Visual Studio6m 51s
-
(Locked)
Variables demo: UiPath Studio10m 19s
-
(Locked)
Intro to object-oriented programming9m 51s
-
(Locked)
Object-oriented programming demo14m 57s
-
(Locked)
The .NET framework12m 49s
-
(Locked)
-
-
-