OSDN Git Service

V4.0
[fast-forth/master.git] / config / PreprocessSourceFile.bat
index 4304288..324af35 100644 (file)
@@ -1,8 +1,10 @@
 ::PreProcessSourceFile.bat
 ::used as link in any folder to drag and drop file.f on it.
-::@call  SelectTarget.bat
-@call  %~d1\config\Select.bat SelectTemplate
-@start  %~d1\config\Preprocess.bat %1 %~dp1..\inc\%template% %2
-exit
+
 :: %1 is file.f to be preprocessed
-:: %2 is used by Preprocess.bat as an unexpected third parameter
+:: %2 is used by Preprocess.bat as error : "unexpected third parameter"
+
+call  ..\config\Select.bat SelectTemplate
+call  ..\config\Preprocess.bat %1 ..\inc\%template% %2
+pause
+exit