ora ho scritto così:
dim sPath as string
sPath = "C:\documenti\" & combo2.text
Shell "impbig /e dplyrtex.big" combo2.text & sPath
ma visual basic dà errore e non lo esporta...allora gli ho aggiunto la & così:
dim sPath as string
sPath = "C:\documenti\" & combo2.text
Shell "impbig /e dplyrtex.big" & combo2.text & sPath
così lo esporta ma il programma in dos non funziona!
aiutami ti prego!
Adrix

Rispondi quotando