Hi for all...!!!
I'm a new in this forum...and I would like creater diferent files.exte from .txt
The structure of txt file:
.fdf, AdobeReaderPortable.fdf
.pdf, AdobeReaderPortable.pdf
.pdfxml, AdobeReaderPortable.pdfxml
.pdx, AdobeReaderPortable.pdx
.xdp, AdobeReaderPortable.xdp
.xfdf, AdobeReaderPortable.xfdf
and I would like create files.ext
AdobeReaderPortable.fdf
AdobeReaderPortable.pdf
AdobeReaderPortable.pdfxml
AdobeReaderPortable.pdx
AdobeReaderPortable.xdp
AdobeReaderPortable.xfdf
Is possible create a batch to make it??
Thanks
How to create files.ext from .txt??
Moderator: DosItHelp
Re: How to create files.ext from .txt??
Sorry, but i don't understand, what you are asking for.
Re: How to create files.ext from .txt??
Probably something like that (provided the name of the text file is "test.txt"):
Of course the files are empty. How should we know what content is expected ...
Steffen
Code: Select all
for /f "usebackq tokens=1* delims=, " %%i in ("test.txt") do >"%%j" type nul
Steffen
Re: How to create files.ext from .txt??
Hi...
I am configuring my portable applications so that windows10 believes that they are installed and so I can set them as default ... everything works very well for me ... but I wanted to make sure that each extension has its corresponding icon
In Adobe Reader there are only 4 different ones and I can create them by hand ... but Office ... Winamp ... VLC ... 7-zip .... there are too many extensions to do them by hand
It's perfect ... just what I needed ... and with a few characters !!! ... you've saved me a lot of tedious work !!
Many thanks!!
I am configuring my portable applications so that windows10 believes that they are installed and so I can set them as default ... everything works very well for me ... but I wanted to make sure that each extension has its corresponding icon
In Adobe Reader there are only 4 different ones and I can create them by hand ... but Office ... Winamp ... VLC ... 7-zip .... there are too many extensions to do them by hand
It's perfect ... just what I needed ... and with a few characters !!! ... you've saved me a lot of tedious work !!
Many thanks!!