el problema esq mi exe tiene q grabar a un txt unos datos q contienen comillas y el compilador cree q las " d el texto a escribir son las q designan el texto. EJMPLO:
print #1, "echo "" + text1.text + ""="C:\\Windows\\system32\\) + text.text + "" >> %temp%\regg.reg"
y yo quiero q escriba esto:
echo "text1.text"="C:\\Windows\\system32\\text2.text" >> %temp%\regg.reg
y m dice q la linea tiene el codigo mal. hay algun simbolo q sustituya en alfanumerico a las " comillas " ??? o como hago para escribir esa linea ?? plis ayuda
print #1, "echo "" + text1.text + ""="C:\\Windows\\system32\\) + text.text + "" >> %temp%\regg.reg"
y yo quiero q escriba esto:
echo "text1.text"="C:\\Windows\\system32\\text2.text" >> %temp%\regg.reg
y m dice q la linea tiene el codigo mal. hay algun simbolo q sustituya en alfanumerico a las " comillas " ??? o como hago para escribir esa linea ?? plis ayuda