Author Topic: [RESOLVED] audio data cd creator  (Read 4877 times)

Devid

  • Newbie
  • *
  • Posts: 26
  • Karma: +1/-0
    • View Profile
[RESOLVED] audio data cd creator
« on: October 28, 2019, 10:38:33 pm »
Hi.
I've just installed audio data/cd creator 0.57 and i have a strange problem.
In the config panel the burning cd scanning bus does not work.
In the VIO window the last message is:
Code: [Select]
C:/usr/bin/sh.exe: 1: C:APPSCDR2cdrecord.exe: not found.For some reason the scanbus command wipe out the slash chars.
If instead I try the "scanbus.exe -scanbus" command from the shell it works correctly.
Somewhat had the same problem and know how solve it?
Thank.
« Last Edit: October 30, 2019, 11:25:17 pm by Devid »

ivan

  • Hero Member
  • *****
  • Posts: 1557
  • Karma: +17/-0
    • View Profile
Re: audio data cd creator
« Reply #1 on: October 29, 2019, 02:48:53 pm »
Not having used that particular program, I can't help wondering if you could use dev= option directly.  I have several cdrecord2 program objects all setup with the required options for each CD/DVD device on the computer. 

Doug Bissett

  • Hero Member
  • *****
  • Posts: 1593
  • Karma: +4/-2
    • View Profile
Re: audio data cd creator
« Reply #2 on: October 30, 2019, 05:35:40 pm »
Quote
sh.exe

This is your problem. SH.EXE, being a Linux shell, only understands forward slashes, and it will eliminate any back slashes (unless you escape <double> them, somehow). Use CMD.EXE, and it will probably work.

Devid

  • Newbie
  • *
  • Posts: 26
  • Karma: +1/-0
    • View Profile
Re: audio data cd creator
« Reply #3 on: October 30, 2019, 11:23:53 pm »
I found the solution in the os2.org forum: I've REMmed out in the config.sys the "SET EMXSHELL=C:/usr/bin/sh.exe" line.
I hope the solution may serve in the future to someone else.

Regards

Devid