DORSETRIGS
Home

scripting (62 post)


posts by category not found!

How do I tell if a file does not exist in Bash?

How to Check If a File Does Not Exist in Bash When working with shell scripts in Bash one of the fundamental tasks you may need to perform is checking for the e

2 min read 09-10-2024 28
How do I tell if a file does not exist in Bash?
How do I tell if a file does not exist in Bash?

How do I hook into a game and write a script to manipulate it?

How to Hook into a Game and Write a Script to Manipulate It A Beginners Guide Hooking into a game and writing scripts to manipulate it can be an exciting ventur

3 min read 08-10-2024 17
How do I hook into a game and write a script to manipulate it?
How do I hook into a game and write a script to manipulate it?

How can I sandbox Python in pure Python?

How to Sandbox Python in Pure Python A Comprehensive Guide Sandboxing is a technique used to create a controlled environment where code can run without affectin

2 min read 08-10-2024 25
How can I sandbox Python in pure Python?
How can I sandbox Python in pure Python?

How do I open an Explorer window in a given directory from cmd.exe?

How to Open an Explorer Window in a Given Directory from cmd exe Navigating your filesystem efficiently is crucial especially for users who prefer using command

2 min read 08-10-2024 31
How do I open an Explorer window in a given directory from cmd.exe?
How do I open an Explorer window in a given directory from cmd.exe?

Help me drive Zmodem over ssh with expect

How to Drive Zmodem Over SSH with Expect Transferring files efficiently between systems can be a daunting task especially when dealing with protocols and script

3 min read 08-10-2024 34
Help me drive Zmodem over ssh with expect
Help me drive Zmodem over ssh with expect

How to remove ^[, and all of the ANSI escape sequences in a file using linux shell scripting

How to Remove and All ANSI Escape Sequences in a File Using Linux Shell Scripting When working with text files in the Linux environment you might encounter spec

2 min read 08-10-2024 44
How to remove ^[, and all of the ANSI escape sequences in a file using linux shell scripting
How to remove ^[, and all of the ANSI escape sequences in a file using linux shell scripting

SAP GUI Script: Set focus on Input Field in order to SendKeys

Focusing on the Right Target How to Set Focus on an Input Field in SAP GUI Script for Efficient Automation The Challenge Automating SAP GUI processes with scrip

2 min read 07-10-2024 28
SAP GUI Script: Set focus on Input Field in order to SendKeys
SAP GUI Script: Set focus on Input Field in order to SendKeys

Method invocation failed because [System.__ComObject] does not contain a method named 'Close' in Powershell v4.0

Method invocation failed because System Com Object does not contain a method named Close Error in Power Shell v4 0 Understanding and Solutions Scenario You re u

2 min read 07-10-2024 22
Method invocation failed because [System.__ComObject] does not contain a method named 'Close' in Powershell v4.0
Method invocation failed because [System.__ComObject] does not contain a method named 'Close' in Powershell v4.0

passing password to curl on command line

Keeping Your Credentials Safe How to Pass Passwords to curl on the Command Line The curl command is a powerful tool for interacting with web servers and APIs Ho

2 min read 06-10-2024 39
passing password to curl on command line
passing password to curl on command line

Watch for changes in local folder and upload them to SFTP server

Automating File Transfers Watching Your Local Folder and Uploading to SFTP Ever found yourself manually uploading files to an SFTP server only to repeat the pro

3 min read 06-10-2024 46
Watch for changes in local folder and upload them to SFTP server
Watch for changes in local folder and upload them to SFTP server

Extract string using delimiter in shell scripting

Extracting Strings with Delimiters in Shell Scripting A Comprehensive Guide Extracting specific information from a string is a common task in shell scripting Th

2 min read 05-10-2024 39
Extract string using delimiter in shell scripting
Extract string using delimiter in shell scripting

Turn on shelly with authentication via script

Controlling Your Shelly Devices with Authentication A Scripting Solution Shelly devices are popular for their versatility and affordability in smart home automa

2 min read 05-10-2024 51
Turn on shelly with authentication via script
Turn on shelly with authentication via script

can someone tell me why this auto hotkey script doesn't work anymore?

Troubleshooting Auto Hotkey Scripts Why Is My Script Not Working If you ve been using Auto Hotkey AHK for automation in Windows and suddenly find your script is

3 min read 30-09-2024 41
can someone tell me why this auto hotkey script doesn't work anymore?
can someone tell me why this auto hotkey script doesn't work anymore?

How to Change Extended Attributes of Files in Docker Images Across Different Architectures and Save Changes?

How to Change Extended Attributes of Files in Docker Images Across Different Architectures and Save Changes Docker is a powerful platform that allows developers

3 min read 30-09-2024 56
How to Change Extended Attributes of Files in Docker Images Across Different Architectures and Save Changes?
How to Change Extended Attributes of Files in Docker Images Across Different Architectures and Save Changes?

PowerShell script doesn't work as it does in ISE

Understanding Power Shell Script Behavior Differences between ISE and Console Execution If you ve encountered issues where a Power Shell script runs perfectly i

2 min read 29-09-2024 35
PowerShell script doesn't work as it does in ISE
PowerShell script doesn't work as it does in ISE

Write a script for Windows to automatically create and upload Zip folder in local directory to AWS Lambda function

Automate Your Workflow Uploading a Zip Folder to AWS Lambda with a Windows Script In todays fast paced tech world automation is key One common task developers m

3 min read 29-09-2024 46
Write a script for Windows to automatically create and upload Zip folder in local directory to AWS Lambda function
Write a script for Windows to automatically create and upload Zip folder in local directory to AWS Lambda function

How to avoid disturbing idle state when sending a key by a script?

How to Avoid Disturbing the Idle State When Sending a Key by a Script In the world of automation and scripting ensuring that we do not disturb an idle state is

2 min read 28-09-2024 41
How to avoid disturbing idle state when sending a key by a script?
How to avoid disturbing idle state when sending a key by a script?

cli ssh to remote-host through an intermediate jump-host

Connecting to a Remote Host via an Intermediate Jump Host using SSH In the world of network security and system administration there may be times when direct ac

2 min read 26-09-2024 51
cli ssh to remote-host through an intermediate jump-host
cli ssh to remote-host through an intermediate jump-host

os.walk best approach for making dirs and extracting .zip file into the newly made dirs

Using os walk for Directory Creation and Unzipping Files A Comprehensive Guide In the world of file management and automation in Python the os module provides p

2 min read 23-09-2024 60
os.walk best approach for making dirs and extracting .zip file into the newly made dirs
os.walk best approach for making dirs and extracting .zip file into the newly made dirs

How to run Abaqus Script in no-GUI mode with using display group APIs

How to Run Abaqus Script in No GUI Mode Using Display Group APIs Abaqus is a powerful software suite for finite element analysis and computer aided engineering

3 min read 22-09-2024 60
How to run Abaqus Script in no-GUI mode with using display group APIs
How to run Abaqus Script in no-GUI mode with using display group APIs

Trying to change a boolValue using a local script but it's working

Troubleshooting Local Script Boolean Value Changes in Roblox When working with Roblox scripts especially local scripts many developers encounter issues when att

2 min read 21-09-2024 59
Trying to change a boolValue using a local script but it's working
Trying to change a boolValue using a local script but it's working

Camunda. BPMN. Finding the proper value from an array variable

Understanding Camunda BPMN Extracting Values from Array Variables Camunda is an open source workflow automation platform that enables organizations to model exe

2 min read 21-09-2024 55
Camunda. BPMN. Finding the proper value from an array variable
Camunda. BPMN. Finding the proper value from an array variable

Sent each SAP command to another sub and execute it for error handling

Efficient Error Handling in SAP Commands Using Sub Procedures In this article we will explore how to effectively handle errors in SAP commands by sending each c

2 min read 19-09-2024 47
Sent each SAP command to another sub and execute it for error handling
Sent each SAP command to another sub and execute it for error handling

Keep most common line from each set of duplicates of a column

Keeping the Most Common Line from Each Set of Duplicates in a Column In data processing you might come across a situation where you have a dataset with duplicat

2 min read 19-09-2024 54
Keep most common line from each set of duplicates of a column
Keep most common line from each set of duplicates of a column

Using OWASP Scan on Azure Pipelines

Using OWASP Scan on Azure Pipelines In today s development landscape security is paramount The Open Web Application Security Project OWASP provides essential re

3 min read 19-09-2024 55
Using OWASP Scan on Azure Pipelines
Using OWASP Scan on Azure Pipelines