Reputation: 31
How to create a file on windows with filename starting with ' ' space?
For testing purpose I need a file with filename starting with space. In database such files are stored and I am unable to retrieve the same due to space.
Upvotes: 3
Views: 1840
Reputation: 69460
Open a command line and type: notepad " test.txt"
then save the file
Upvotes: 1