Create a text file with batch with a specific path

LightflashLP

Hello im trying create a .txt file in an other folder then the batch file. But it just won't work and i dont know what i am doing wrong.

Here is the code:

echo %Time% / %Date% / %pass% >> C:\Users\Sebastian\Documents\My Progrmms\Log.txt
thepirat000

Try with this:

echo %Time% / %Date% / %pass% > "C:\Users\Sebastian\Documents\My Progrmms\Log.txt"

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Create a text file with batch with a specific path

From Dev

Batch script to create large text file

From Dev

How to create a text file with specific text in it in Linux?

From Dev

How to create a text file with specific text in it in Linux?

From Dev

Batch - Load a path (text) from a text file into a variable

From Dev

Batch file : how to get a specific part of a folder path

From Dev

Batch file which executes an exe from a specific path

From Dev

Batch code to verify file existence in specific path/location?

From Dev

Reading a specific line in a text file to a variable in a batch file

From Dev

Batch file to delete specific text file from multiple locations

From Dev

Batch file to write filenames from a directory into a text file with specific format

From Dev

Batch file to add number a number for specific location in a text file

From Dev

Create a txt file using batch file in a specific folder

From Dev

Create txt file from batch file with specific date format in it

From Dev

batch file create txt file with multiple lines in specific folder

From Dev

How to create a batch file that will delete lines in a text file

From Dev

Create a batch file to add a beginning and end to text file lines

From Dev

How to create a text file inside a specific directory?

From Dev

How to create a text file inside a specific directory?

From Dev

create a huge text file in matlab with specific numbers?

From Dev

Create a vbs/batch file to edit text file and create a new text file

From Dev

Batch - Copy specific text from one file to another

From Dev

Batch file to search for and delete lines containing specific text

From Dev

Copying a specific column and line from a text file: BATCH

From Dev

SET PATH in batch file

From Java

Batch File path with an [at] @ sign

From Dev

Passing a Path with '&' to Batch File

From Dev

Add batch file to PATH

From Dev

Space in batch file path

Related Related

  1. 1

    Create a text file with batch with a specific path

  2. 2

    Batch script to create large text file

  3. 3

    How to create a text file with specific text in it in Linux?

  4. 4

    How to create a text file with specific text in it in Linux?

  5. 5

    Batch - Load a path (text) from a text file into a variable

  6. 6

    Batch file : how to get a specific part of a folder path

  7. 7

    Batch file which executes an exe from a specific path

  8. 8

    Batch code to verify file existence in specific path/location?

  9. 9

    Reading a specific line in a text file to a variable in a batch file

  10. 10

    Batch file to delete specific text file from multiple locations

  11. 11

    Batch file to write filenames from a directory into a text file with specific format

  12. 12

    Batch file to add number a number for specific location in a text file

  13. 13

    Create a txt file using batch file in a specific folder

  14. 14

    Create txt file from batch file with specific date format in it

  15. 15

    batch file create txt file with multiple lines in specific folder

  16. 16

    How to create a batch file that will delete lines in a text file

  17. 17

    Create a batch file to add a beginning and end to text file lines

  18. 18

    How to create a text file inside a specific directory?

  19. 19

    How to create a text file inside a specific directory?

  20. 20

    create a huge text file in matlab with specific numbers?

  21. 21

    Create a vbs/batch file to edit text file and create a new text file

  22. 22

    Batch - Copy specific text from one file to another

  23. 23

    Batch file to search for and delete lines containing specific text

  24. 24

    Copying a specific column and line from a text file: BATCH

  25. 25

    SET PATH in batch file

  26. 26

    Batch File path with an [at] @ sign

  27. 27

    Passing a Path with '&' to Batch File

  28. 28

    Add batch file to PATH

  29. 29

    Space in batch file path

HotTag

Archive