when i get the command line with
it returns the value in quotesCode:Command()
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!
