home *** CD-ROM | disk | FTP | other *** search
- rem macro to test dde and exchange with other programs
- z=shell("TCMACRO.EXE", 1)
- if(z<32)
- {
- mess "could not exec TCMACRO"
- }
- rem assume our other vb app is already running
- WAITFORMESSAGE "TCRESUME"
- enter "Value of r$ and r are" r$ r
- end