From c283f612d2e57f3f15e1ad14e12b7f88ac7207fd Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 13 Jun 2007 05:34:39 +0000 Subject: [PATCH] add "run-time error 75" faq --- doc/html/faq.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/html/faq.html b/doc/html/faq.html index 0e236dae..4af488f4 100644 --- a/doc/html/faq.html +++ b/doc/html/faq.html @@ -123,6 +123,9 @@
  • How do I set up EAC to rip directly to FLAC?
  • +
  • + Why am I getting "Run-time error '75': Path/File access error" with FLAC Frontend? +
  • How do I encode a file that starts with a dash?
  • @@ -289,6 +292,10 @@
    See Case's excellent EAC configuration page. Or use AutoFLAC, Omni Encoder, or MAREO to rip to FLAC or multiple formats at once.

    + Why am I getting "Run-time error '75': Path/File access error" with FLAC Frontend?
    +
    + Depending on how FLAC Frontend is installed, it could be one of two things: 1) you are trying to encode to file to a directory where you do not have write permission; 2) the FLAC Frontend program must be set to run as Administrator by opening Windows Explorer, navigating to C:\Program Files\FLAC (or wherever FLAC was installed), then right-clicking on FLAC Frontend.exe and checking "Run this program as an administrator".
    +
    How do I encode a file that starts with a dash?

    When using flac to encode on the command-line, a file that starts with a dash will be treated as an option, but there is a simple workaround. Use -- to signal the end of options and the beginning of filenames, like so: