-
Create log files inside a directory
Thanks guys. This is really helped me a lot
-
Create log files inside a directory
Hi guys it is me again, I bet you missed me I would like to create a log file for the output of my commands inside a certain directory. Here is my code: mkdir "LogFiles\" @echo\ PING www.google.com^^ > LogFiles\command.log @echo\ IPCONFIG /ALL^^ >> LogFiles\command.log but this doesn't work. Could you please help me on this?
-
Format output commandlines from cmd
There is no secret command, I am trying to do. I already explained my target command in my previous post. In this post, I was trying to organize my command. I have a question here: echo. : creating an empty line echo/: execute the command and show it on the screen. That is wrong, right? ^^: at the end of sentences, what should they do? Thanks
-
Format output commandlines from cmd
Hi guys, I would like export the output of a command to a text file but with format. i.e. I need the output line to be each on a new line instead of having all lines side-by-side Here is my batch: echo.curl -1 -X GET^ --cert signedIn.pem^ --header "Accept-Charset:UTF-8"^ --header "Accept:application/gooleMaps_v3_1_0+xml;charset=utf-8"^ --header "Accept-Encoding: deflate"^exitthe output is going to be: curl -1 -X GET --cert signedIn.pem --header "Accept-Charset:UTF-8" --header "Accept:application/gooleMaps_v3_1_0+xml;charset=utf-8" --header "Accept-Encoding: deflate"^I would like to have them as follow: echo.curl -1 -X GET^ --cert signedIn.pem^ --header "Accept-Charset:UTF-8"^ --header "Accept:application/gooleMaps_v3_1_0+xml;charset=utf-8"^ --header "Accept-Encoding: deflate"^I would like to have both the input and the output to an external file. That is why, I copied the input command again in my batch then added "echo." before it. I know that ">" export the output to an text file and ">>" append them to it. any idea about how to do so?
- [?] Powershell script feed from other output script
- [?] Powershell script feed from other output script
- [?] Powershell script feed from other output script
- [?] Powershell script feed from other output script
- [?] Powershell script feed from other output script
- [?] Powershell script feed from other output script
- Old version of Google Chrome
- Can I run Firefox Addon on Chrome?
- Old version of Google Chrome
- SSL3 ecdhe_ecdsa_aes_128_sha
-
Map a FTP server as a Local Disk Drive
Sorry Jaclaz for the conversion. I want to have a certain directory where I can access it from different computers. If I am the only user, then FTP will be perfect. But then I thought about sharing it with some friends to share our files. In this case, I am gonna face the problem of files versioning. So that I am thinking about a Dropbox like service without any Cloud files storing (i.e. all files have to be shared within a closed ring/ without putting them on the internet) I hope it is clear now.