Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in batch-file

What does %~d0 mean in a Windows batch file?

windows batch-file

How to get the path of the batch script in Windows?

windows batch-file

Iterate all files in a directory using a 'for' loop

Displaying Windows command prompt output and redirecting it to a file

batch-file cmd stdout tee

How to get list of arguments?

windows batch-file

In Windows cmd, how do I prompt for user input and use the result in another command?

windows batch-file prompt

Create folder with batch but only if it doesn't already exist

windows batch-file cmd

How to check if a file exists from inside a batch file [duplicate]

windows batch-file

Defining and using a variable in batch file

How can you find and replace text in a file using the Windows command-line environment?

How to capture cURL output to a file?

batch-file curl

How do I measure execution time of a command on the Windows command line?

What is the current directory in a batch file?

batch-file directory

How do I get current date/time on the Windows command line in a suitable format for usage in a file/folder name?

How to prevent auto-closing of console after the execution of batch file

How do I shutdown, restart, or log off Windows via a bat file?

Batch file to delete files older than N days

How can I echo a newline in a batch file?

windows batch-file newline

How to run multiple .BAT files within a .BAT file

batch-file cmd

How to sleep for five seconds in a batch file/cmd [duplicate]

batch-file timeout