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\output.txt" into tArg
   put tCommand & tArg into tShellText
   set the hideconsolewindows to true
   get shell (tShellText)
   get URL "file:c:\crc32\output.txt"
   put it -- put in message box
   --put it into fld "Field1" -- put in field
end mouseUp

Sorry about that...
Watch for line wrap on the commenting.

Best regards,
David C.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to