Search found 2 matches

by PaulR282
02 Feb 2019 11:39
Forum: DOS Batch Forum
Topic: Serverfiles read and write
Replies: 2
Views: 2741

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...
by PaulR282
01 Feb 2019 20:13
Forum: DOS Batch Forum
Topic: Serverfiles read and write
Replies: 2
Views: 2741

Serverfiles read and write

Hello,
Short question: How can i read and maybe write Files with batch on a Server (own server, full permission)
~Paul