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 out by specifying what I'd need to include to save this file elsewhere please reply.
Thanks, XoX. xoxo
creating a file in a specific directory with a batch file
Moderator: DosItHelp
Re: creating a file in a specific directory with a batch fil
echo mytext>"C:\path to folder\some folder\myfile.txt"