cancel
Showing results for 
Search instead for 
Did you mean: 

par2sda Problem: 'C:\Program' is not recognized...

Former Member
0 Kudos

I did all the foldering as follows:

C:\Program Files (x86)\SAP\IDE\IDE70\eclipse

C:\Program Files (x86)\SAP\IDE\IDE70\sapmake_util_70

C:\Program Files (x86)\SAP\IDE\IDE70\sapmake_util_70\a.par    (The file I am trying to convert)

C:\Program Files (x86)\Java\jdk1.7.0_03

&

I set my variables as follows:

JAVAHOME           C:\Program Files (x86)\Java\jdk1.7.0_03

SAPIDE_HOME      C:\Program Files (x86)\SAP\IDE\IDE70\

PATH                     %SAPIDE_HOME%\sapmake_util_70\    (added to the end)

When I try to execute the command itself without any parameter (with the given directories)

C:\Program Files (x86)\SAP\IDE\IDE70\sapmake_util_70>  par2sda

"Usage: par2sda <source-file>[<result-dir>]"

C:\Program Files (x86)\SAP\IDE\IDE70\sapmake_util_70>  par2sda a.par

'C:\Program' is not recognized as an internal or external command, operable program or batch file.

So,I cannot really execute it. Any idea on why?

Thank you very much in advance

PS: I am quite new in this kind of stuff.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answered. It was because of the saputil folders. Thanks everybody anyways.

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos
it is windows error,
can you go to that directly or add double quotes "C:\Program Files (x86)\SAP\IDE\IDE70\sapmake_util_70>" to run the command.
Former Member
0 Kudos

Hello Jun,

Thanks for the answer. But that's not the solution. I guess you got the problem a lil wrong:

The problem is not in the arguments as I don't have any argument with any directory. "C:\Program..." is in my execution directory. If you look into my previous post, you will see the execution directories in bold.

Let me know if you have another solution.

Thanks anyway,

Best regards

junwu
Active Contributor
0 Kudos
there should be no space.....if you know basic windows knowledge....
Former Member
0 Kudos

My friend,

It is not possible to remove the spaces as they are in the directory where I run the command. Just read my posts again before sending another answer.

I also know that the problem is caused by the spaces, but I don't know how to remove them from the execution directory. Once again, they are not in the arguments. And I should run this command in that directory: that's a must.

Thanks anyways.

Former Member
0 Kudos

You can try by using "~"... like C:\Prog~\SAP ......

Thanks