Bonjour, j'essaie d'utiliser le software primer3


exécutable : primer3_core.exe
données : test.txt

C:\Program Files\primer3\bin>primer3_core.exe < c:/File/test.txt => OK

Si je change le dossier de disque dur, cela fonctionne également
C:\Program Files\primer3\bin>primer3_core.exe < d:/File/test.txt => OK

Par contre, dès que j'essaie de lancer le programme d'un autre emplacement que là où il est installé, cela ne fonctionne pas
C:\>C:/Temp/primer3_core.exe < d:/Files/test.txt => KO
C:\>C:/Program Files/primer3/bin/primer3_core.exe < d:/Files/test.txt => KO

Les messages d'erreur étant que C:/Temp/primer3_core.exe et C:/Program Files/primer3/bin/primer3_core.exe ne sont pas reconnus en tant que commande interne ou externe, un programme exécutable ou un fichier de commandes.

Première question: vaut-il mieux utiliser des slash ou des anti-slash dans les chemins?
Deuxième question : avez-vous une idée de comment résoudre mon problème?


Running the software
====================

To run the program, you must do so from the MS-DOS command-line. The intricacies of the
DOS commandline are beyond the scope of this document. Google for more information, if
needed. Here is a quick summary:

1. Click on 'Start > Run...'
2. Type 'cmd' into the space provided
3. Hit enter (or select 'OK')
4. Navigate to the location of the binary:

A. if you put it in C:/Documents and Settings/YourName/Temp,
you would type 'cd c:/Documents and Settings/YourName/Temp'

B. you can also type 'cd ' (don't forget the space after cd)
and drag the primer3 folder onto the command-line window from
windows explorer, this will fill in the location for you

5. Run the example file by typing:

primer3_core.exe < example

Other files may be run in a similar fashion. If your input filename
is 'MyData.txt' you can run primer3 using this file (in the correct
format; see README) with:

primer3_core.exe < MyData.txt

If your file is not in the folder containing primer3_core.exe,
you could run the program from the primer3_core folder using:

primer3_core.exe < c:/someOtherFolder/someOtherFolder/MyData.txt

Finally, if you want to run the program without going to its folder,
assuming primer3_core.exe is in c:/Temp, you could run:

c:/Temp/primer3_core.exe < c:/someOtherFolder/someOtherFolder/MyData.txt

Merci pour votre aide,