Search found 1 match
- 11 Apr 2014 13:29
- Forum: DOS Batch Forum
- Topic: creating a file in a specific directory with a batch file
- Replies: 1
- Views: 1603
creating a file in a specific directory with a batch file
Ok, So I'm trying to make a batch file that creates a file in a specific location, so far the file looks something like: ECHO mytexthere >myfilenamehere.fileextensionhere Very simple :p But this only creates a file under the same address as the batch file that gives it life. fI anyone could help me ...