You are here 3z5a6i

Problem bei Portable - Mit Leerzeichen bei Ordner 4r5g5z

2 posts / 0 new
Last post
Genolf
Offline
Last seen: 14 years 11 months ago
ed: 2010-07-08 09:05
Problem bei Portable - Mit Leerzeichen bei Ordner

(DaleSoft ist fiktiv)

Ordner in $APPDATA "DaleSoft \DaleSoft 2" wird nicht erstellt und kopiert auch die Dateien nicht nach Backup. Denk das hier die Leerzeichen das Problem sind...

Bin einwenig verzweifelt. Würde mich sehr freuen, wenn mir vielleicht jemand helfen könnte oder zumindest eine Anregung geben kann, lieben Dank. Smile

; **************************************************************************
; ==== Portable Start ====
; **************************************************************************

Section "Main"

IfFileExists "Backup\*.*" +1
CreateDirectory "$APPDATA\DaleSoft \DaleSoft 2"
CopyFiles /SILENT "$EXEDIR\Backup\*.*" "$APPDATA\DaleSoft \DaleSoft 2"

SetOutPath "Ordner"
ExecWait "$EXEDIR\Ordner\Datei.exe"

CreateDirectory "$EXEDIR\Backup"
CopyFiles /SILENT "$APPDATA\DaleSoft \*.*" "$EXEDIR\Backup"

RMDir /r "$APPDATA\DaleSoft "

SectionEnd
Genolf
Offline
Last seen: 14 years 11 months ago
ed: 2010-07-08 09:05
Erledigt!

Hab nochmal alles neu geschrieben, nun funkioniert es. Smile

to post comments