× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Jim, it's the space in the directory name. Note the message in the command prompt that pops up:

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

Try

STRPCCMD PCCMD('"C:\My Documents\test.txt"')

I am surprised that the second one works, because of the space, again. Also, in a command prompt, this works:

C:\"My Documents"\test.txt

but not

STRPCCMD PCCMD(C:\"My Documents"\test.txt)

So quote the whole command when there are spaces.

HTH
Vern

At 03:37 PM 2/27/2004 -0500, you wrote:
In trying to setup some the STRPCCMD on our pc's using the 3 processes below(preferable the 3rd) some of the pc will process using all 3 methods and some will only work using the first 2 methods. Does anyone have any idea why options 3 will work on some pc's and not others. Must be a switch to set on or off somewhere.

STRPCCMD PCCMD('C:\windows/notepad.exe')

STRPCCMD PCCMD('C:\windows\notepad.exe C:\My Documents\test.txt')

STRPCCMD PCCMD('C:\My Documents\test.txt')

The first 2 will execute but the 3rd will not make file association using STRPCCMD but will outside of STRPCCMD just fine.

Anyone have any idea.

Thank You In Advance

Jim



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.