RunProgram string passing problem

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by JoRo.

by using the Chr(34) i found, that you have to type
RunProgram(Wordpad.exe,Chr(34)+Edit2$+Chr(34),EditFile$,"")
the first parameter, which stands for the filename in quotes, but the pathname without quotes.

Johannes
Post Reply