when i get the command line with
Code:
Command()
it returns the value in quotes


what i get: (with Command())

"C:\filepath\app.exe"


i need Command() to return what is above without the quotes


what i need: (with Command())

C:\filepath\app.exe


if you know how i can fix this please tell me.

ok thanks for reading this and anu help is appreciated!