C:/Windows log files write to C:/mylogs.txt [closed] - windows

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have a little question for you :)
I want to write log files from C:/Windows to C:/mylogs.txt with ms-dos commands. But I don't know any ms-dos commands. How can I do this. Please help me !

If you only pretend to copy the content of Windows logs that are stored in the root folder of C:\Windows, then you could use the Copy command as follows:
Copy /B "%WinDir%\*.log" "C:\mylogs.txt"

Related

How to build own instructions for command line [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I had experienced Windows command line as well as Linux based. I curious how to build my own instructions for windows.
two possibilities come to my mind: batch files somewhere in the path and doskey

How do I create a patch file in windows? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I use windows 8 and have source codes of a software in English version.
I translated it and want to create a patch file of it. It's my first time doing it..
And.. can I use diff which I believe can be used in Linux?
winmerge can create patches is you are looking for a gui way. they have some hints for doing it scripted as well: http://manual.winmerge.org/Faq.html#d0e10357

How to tar files to pointed folder of archive? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to write my own script for comfortable tar-usage (and also become more experienced in shell), and I am stuck. I want to if user cast my_script pack name.tar file1 file2 - create main folder in archive in pack files to it - how to do that?
Modifying File and Member Names in the GNU tar Manual.

Is there some way to write scripts for Winamp? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I like to write some scripts for Winamp. How might I do this?
You can also use gen_scripting plugin which uses JSpript or VB which might be of use to you.
And a few words to the wise: Just add the plugin to the winamp plugins directory and remember to register it with regsvr32 from the command prompt. Scripting only works with Winamp running :)

What is the trick with c:\program? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 13 years ago.
Improve this question
I found that taking any exe file, renaming it to program (without extension) and putting it in C:\ root folder might cause strange things in windows like showing this application when other programs start.
What is it? is it some kind of backdoor?
p.s if you restart windows after doing so - you get a warning about it.
thanks,
Adi Barda
Maybe the fact that some programs don't know how to access C:/Program Files/. because it has a space. Then they are trying to execute C:/program, which in your case turns out to be the file you created.

Resources