OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Setup & Installation => Topic started by: Devid on October 28, 2019, 10:38:33 pm

Title: [RESOLVED] audio data cd creator
Post by: Devid 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.
Title: Re: audio data cd creator
Post by: ivan 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. 
Title: Re: audio data cd creator
Post by: Doug Bissett 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.
Title: Re: audio data cd creator
Post by: Devid 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