J
Jasmine
Hi All,
I want to pass a parameter string to a shell script command but the
script is not interpreting the passed parameter.
This is the command :
paperclipargs= "Cases|ABEL |DAVID |123456789 |10/4/1941 |29 |"
shell ("\\fortress\pclip32\pclipwin.exe -F") &paperclipargs
(The program runs, but does not pass the parameters)
I tried this command from a command line prompt as
illustrated and it works fine
CMD: \\fortress\pclip32\pclipwin.exe -F
"Cases|ABEL|DAVID|123456789|10/4/1941|29|"
( If I use the command above in the Shell command it bombs )
Is there a way I can run the command prompt as shown above from within
MsAccess?
I want to pass a parameter string to a shell script command but the
script is not interpreting the passed parameter.
This is the command :
paperclipargs= "Cases|ABEL |DAVID |123456789 |10/4/1941 |29 |"
shell ("\\fortress\pclip32\pclipwin.exe -F") &paperclipargs
(The program runs, but does not pass the parameters)
I tried this command from a command line prompt as
illustrated and it works fine
CMD: \\fortress\pclip32\pclipwin.exe -F
"Cases|ABEL|DAVID|123456789|10/4/1941|29|"
( If I use the command above in the Shell command it bombs )
Is there a way I can run the command prompt as shown above from within
MsAccess?