Quick links: Content - sections - sub sections
EN FR
Quick Search Advanced search
 
Page

  [Opened] Un petit fichier .bat pour les utilisateurs windows

Posted by EricD on 09/24/2010 18:31

Le but de ce fichier est de faciliter l'utilisation de jelix sous windows.

 * php.exe jelix.php [--application_name[:entrypoint]] command_name [options] [parameters]
   Devient 
 * command_name [options] [parameters]

C'est pas grand chose, on peut surement faire mieux mais voila la source :

@title = bat jelix

rem désactiver l'affichage
echo off

rem on efface l'affichage
cls

echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
echo º     bat jelix   º
echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ


rem Mon application etant sur un autre disque dure
d:
Rem On met le chemin vers jelix-script
cd wamp\www\lib\jelix-scripts



rem Si on veu definir directement le nom de notre application ici : appli_name 

set JELIX_APP_NAME=appli_name



rem debut de la boucle
:boucle
set /p action=  :
rem le D:\wamp\bin\php\php5.3.0\php.exe correspond au chemin de php.exe
D:\wamp\bin\php\php5.3.0\php.exe jelix.php %action%
goto boucle

rem en début de ligne permet de laisser un commentaire

  [Opened] Un petit fichier .bat pour les utilisateurs windows

Reply #1 Posted by foxmask on 09/24/2010 21:20

tu as oublié d'expliquer à quoi ca servait :) même si on peut le deviner;)


@GitHub - Forum HaveFnuBB! powered by Jelix - Le Booster Jelix !

  [Opened] Re: Un petit fichier .bat pour les utilisateurs windows

Reply #2 Posted by EricD on 09/25/2010 01:20

Chose faite

  [Opened] Un petit fichier .bat pour les utilisateurs windows

Reply #3 Posted by foxmask on 09/25/2010 01:33

Merci ;)


@GitHub - Forum HaveFnuBB! powered by Jelix - Le Booster Jelix !

 
Page
  1. Un petit fichier .bat pour les utilisateurs windows