• Batch get script directory
    14 April

    Batch Get Script Directory

    To use any of the following ways, you must know how to create and run the batch files and PowerShell script files. For this article, we have prepared the following PowerShell script and saved it in the testPS.ps1 file to run batch file: [crayon-672afebed3382513111985/] Remember, you may have to update the path of the .bat […]

  • String Comparison in Batch File
    07 March

    String Comparison in Batch File

    Comparing Strings in Batch File Batch files are a powerful tool for automating tasks in Windows systems. One common operation performed in batch files is string comparison. String comparison is used to determine if two strings are equal or not. This is useful when you need to perform different actions based on the value of […]