sox-users@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
From: "tsepp2000@web.de" <tsepp2000@web.de>
To: Nils Wallgren <affarer@hotmail.com>
Cc: sox-users@lists.sourceforge.net
Subject: Re: BatchProcessing Files on Windows
Date: Wed, 27 May 2020 14:31:42 +0200	[thread overview]
Message-ID: <e68f9bf5-575b-c033-9059-108f4126c793@web.de> (raw)
In-Reply-To: <HE1PR0102MB32257C52924D2AECDB5A45A9AAB10@HE1PR0102MB3225.eurprd01.prod.exchangelabs.com>


[-- Attachment #1.1: Type: text/plain, Size: 507 bytes --]

This is a fake sox-path :-) You must use ure own path!!! Where is your
sox. exe? Or do you start the batch file or command inside the folder of
Sox, where the sox.exe is?

This should work - commandline (if you have flac inside):
FOR %F IN (*.wav) DO sox.exe "%F" -b 8 "%~NF.flac"

Or in a *.cmd:
FOR %%F IN (*.wav) DO sox.exe "%%F" -b 8 "%%~NF.flac"

Regards
Thomas


Am 27.05.2020 um 11:48 schrieb Nils Wallgren:
> “C:\sox.exe"' is not recognized as an internal or external command”


[-- Attachment #1.2: Type: text/html, Size: 1119 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
Sox-users mailing list
Sox-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-users

  reply	other threads:[~2020-05-27 12:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26 22:30 BatchProcessing Files on Windows Nils Wallgren
2020-05-27  0:21 ` Jeff Learman
2020-05-27  8:09   ` Nils Wallgren
     [not found]     ` <173dc6c3-ff96-e8b7-a072-3d3f84220e5d@bayern-mail.de>
2020-05-27  8:34       ` tsepp2000
2020-05-27  9:48         ` Nils Wallgren
2020-05-27 12:31           ` tsepp2000 [this message]
     [not found]             ` <HE1PR0102MB3225333E72970AB67FB1D914AAB10@HE1PR0102MB3225.eurprd01.prod.exchangelabs.com>
2020-05-28  5:35               ` tsepp2000
2020-05-28 14:07                 ` Jeff Learman
2020-05-28 14:17                   ` Jeff Learman
2020-05-29 12:24                     ` Nils Wallgren
2020-05-28  5:53               ` tsepp2000
2020-05-27 12:50     ` Jeff Learman
2020-05-27 12:55       ` Jeff Learman
2020-05-27 12:20 ` Måns Rullgård

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.sourceforge.net/lists/listinfo/sox-users

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e68f9bf5-575b-c033-9059-108f4126c793@web.de \
    --to=sox-users@lists.sourceforge.net \
    --cc=affarer@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).