Hello,
Short question: How can i read and maybe write Files with batch on a Server (own server, full permission)
~Paul
Serverfiles read and write
Moderator: DosItHelp
Re: Serverfiles read and write
You can read files using the FOR command and you can write to files by redirecting standard output using the > symbol. One > to create or overwrite a file or two > to append to a file.
We have all kinds of tutorials on the main webpage. I suggest you go through all of them before asking any further questions.
https://www.dostips.com
We have all kinds of tutorials on the main webpage. I suggest you go through all of them before asking any further questions.
https://www.dostips.com
Re: Serverfiles read and write
gonna try it, thanksSquashman wrote: ↑02 Feb 2019 11:27You can read files using the FOR command and you can write to files by redirecting standard output using the > symbol. One > to create or overwrite a file or two > to append to a file.
We have all kinds of tutorials on the main webpage. I suggest you go through all of them before asking any further questions.
https://www.dostips.com