From: Greg King (gngking_at_erols.com)
Date: 2003-08-22 17:37:52
From: Rafal; on Date: Tuesday, August 19, 2003, 05:23 AM > > > > > 1. When the batch-file's path-name has spaces in it, utod.exe sees more > > than one argument (each one is only part of a name). Therefore, it > > cannot find "run.bat". Probably, the path-name should be surrounded > > by quotation-marks. > > FIXED. > hmm... > Script was: > ExecWait "$INSTDIR\bin\utod.exe $INSTDIR\run.bat" > and that was bad -- changed to: > ExecWait '"$INSTDIR\bin\utod.exe" $INSTDIR\run.bat' Both strings need to be quoted: ExecWait '"$INSTDIR\bin\utod.exe" "$INSTDIR\run.bat"' ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-08-22 17:41:56 CEST