x.
Al
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Using-Shell-to-run-a-DOS-program-tp3220717p3224574.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode mailing list
use-li
are named Wine, useful to run Windows applications:
> http://wiki.winehq.org/MacOSX
> http://helpdeskgeek.com/linux-tips/run-windows-programs-in-ubuntu-10-04/
>
> Alejandro
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/Using-Shell-to-run
rsion of
the software named Wine, useful to run Windows applications:
http://wiki.winehq.org/MacOSX
http://helpdeskgeek.com/linux-tips/run-windows-programs-in-ubuntu-10-04/
Alejandro
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Using-Shell-to-run-a-DOS-program-tp322
Hi David,
David C. wrote:
>Try this one, which works on this end:
>on mouseUp
>-- must set the folder location to the same as crc32.exe
> set the defaultFolder to "C:\crc32\"
> put "crc32.exe" into tCommand
> put " readme.txt > c:\crc32\output.txt" into tArg
> put tCommand & tArg into tShe
w34.brinkster.com/dizzyk/download/crc32.zip
>
> downloaded from this page:
> http://www34.brinkster.com/dizzyk/crc32.asp
>
> Now, my curiosity is awakened with your answer.
> How do you test a Dos program using Mac OS X?
>
> Thanks in advance!
>
> Al
> --
> Vie
Alejandro,
I just noticed that I pasted a non-working version in my earlier
message. Try this one, which works on this end:
on mouseUp
-- must set the folder location to the same as crc32.exe
set the defaultFolder to "C:\crc32\"
put "crc32.exe" into tCommand
put " readme.txt > c:\crc32\ou
his message in context:
http://runtime-revolution.278305.n4.nabble.com/Using-Shell-to-run-a-DOS-program-tp3220717p3221259.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Pl
On Sun, Jan 16, 2011 at 11:31 PM, Alejandro Tejada
wrote:
> Hi all,
>
> I have been trying, without sucess, to run
> the program CRC32.EXE using Shell
> from LiveCode.
>
> This is the code that I am using:
>
> put "C:\crc32.exe CRC32INPUT >CRC32OUTPUT.txt" into tCommand
> set the hideconsolewindow
Hi Alejandro,
Are you sure that the file name should contain an additional space?
> "file:C:\CRC32OUTPUT.txt "
You give very little information. Does crc32 do anything at all when called
from LiveCode? Errors? Files created? Anything? Nothing?
--
Best regards,
Mark Schonewille
Economy-x-Talk
Hi all,
I have been trying, without sucess, to run
the program CRC32.EXE using Shell
from LiveCode.
This is the code that I am using:
put "C:\crc32.exe CRC32INPUT >CRC32OUTPUT.txt" into tCommand
set the hideconsolewindows to true
get shell (tCommand)
get URL "file:C:\CRC32OUTPUT.txt "
put it
No
10 matches
Mail list logo