Get the list of the Linux Azure Web Apps runtime languages and their versions. The supported runtimes with their versions in Azure Web Apps for Linux.
How to use multiple ngrok accounts on one computer in Windows?
Use multiple ngrok accounts on a single computer in windows. ngrok free plan does not allow for multiple ngrok sessions in a single host machine.
How to Run Batch File placed on a Server using Command Prompt (cmd)?
Run a Batch File placed on a server using the command line in Windows OS. This is helpful in automating tasks and running scripts on a different server.
How to Install Microsoft Bot Framework v4 Templates using VS Code or CLI?
Microsoft Bot Framework .NET Core Templates will help you to quickly build new conversational AI bots using Bot Framework v4. In this post, we will install the 3 C# Bot Framework templates using the command line tool.
How to Copy File using PowerShell?
Use the below command to copy a file using PowerShell. You can also rename the destination file using the below commands.
Push your Code to Bitbucket Repository using Command Line
Keeping a track of your code changes and its history is very important for a developer. Bitbucket is a Git-based source code repository hosting service owned by Atlassian. Bitbucket offers both commercial plans and free accounts with an unlimited number of private repositories.
Run Commands on Command-Line using Power Automate Desktop
In this post, we will run a simple command and get its output using Power Automate Desktop (PAD). We can use ipconfig windows command to test our flow. This is useful when you are automating any command-line tool.
How to make Skype Call using UiPath Studio?
In the Properties section, check IsScript and select TypeArgument as 'String'. Now you can save and run the process to make a skype call.
How to make Skype call using Command Prompt?
Provide Skype Name or number of whom you want to make call as participantId1. For Example : live:skype.name. And participantId2 as your skype name or number. You can find the Skype Name in the Profile section.
How to Run UiPath Workflow using Batch Script
In this post, we will run the UiPath workflow using the Batch Script. This is useful when you are trying to schedule the flow using the Task Scheduler.
You must be logged in to post a comment.