ARCue.pl - Check whole CD rips with AccurateRip
Reply #77 –
For the even less initiated how do I continue?
I've install perl to C:/Perl, i've placed ARCue.pl in C:/Perl.
In windows XP sp2, when i go start/ run/ cmd what should I type then.
The best i can do is to open the .pl file in notepad.
Try this:
Start >> Run... >> cmd
then:
cd "... your cue directory ..."
C:\Perl\perl C:\Perl\ARCue.pl "... your cue file ..."
You don't necessarily need to keep ARCue.pl in your C:\Perl directory. If you put a copy in a directory containing cue files, and if you have C:\Perl in your PATH, you can just do this:
cd "... your cue directory ..."
perl ARCue.pl "... your cue file ..."
Of course that may not be practical if you have your cue and wav files in a bunch of different directories.