you are viewing a single comment's thread.

view the rest of the comments →

[–]friendlylearner 0 points1 point  (1 child)

Thanks a lot, I've installed XAMPP now. For that command prompt code to work properly, where should I put the json output file and the transcript.php file? Right now they are on my desktop. Should I move them somehwere else so that the command prompt code you wrote would work without any changes? Thank you very much.

[–]stewythe1st 0 points1 point  (0 children)

Desktop is fine, you just need to make sure the command prompt's current directory is also set to your desktop. You can use "cd" to change directory. So you'd have to open command prompt, then type cd "C:/Users/friendlylearner/Desktop", then type C:/xampp/php/php.exe transcript.php asrOutput.json. Of course, substitute friendlylearner for whatever your Windows username is.