latch
Group: Members
Posts: 1
Joined: April 2006 |
|
Posted: April 03 2006,01:40 |
|
I have had both of these problems recently.
I had exactly the same experience with dsl embedded 2.3 on XP as labqa. When I ran the batch file two DOS windows opened, but then disappeared and a "send error report" dialogue box came up. I chose not to send the error report to MS, but have no idea what the problem might be.
I downloaded an older version (1.2) and it works fine, but I would love to be able to use the new version.
Beambot, there is an option for mounting drives in Linux so that files on them can be executed. Try to mount your usb drive using:
Code Sample | mount -t vfat -o <your other options>,exec <your device> <your mount point>
|
e.g.
Code Sample | mount -t vfat -o rw,exec /dev/sda1 /mnt/usb
|
(I found this hint at http://www.damnsmalllinux.org/f/topic-3-18-3974-5.html)
|