Saturday 22 June 2019

Batch Scripting tutorial

      Introduction to Batch Scripting
      Basic commands
      dir: print list of files and directories
      cd: change directory
      ver: Get the version of operating system
      pause: Wait for the input
      
      cls: Clear the screen
      Get all the available commands
      Variables
      Environment Variables
      String concatenation
      Batch Scripts
      echo command: print information
      Command line arguments
      Get information about a command
      Command parameters
      @symbol
      echo ON (or) OFF
      Escape Characters
      Evaluating Mathematical Expressions
      Read input from user
      Modulus operator
      Working with labels
      Comments
      Functions

Previous                                                 Next                                                 Home

No comments:

Post a Comment