[Edit]
apology, a mistake of me was.
This post can pleas in trash.
[/Edit]
Hi,
sorry for my bad english.
Frist i write in "bad" english
Secound in German
I have in Directory one .ini, file and sub directory "Maps"
In ini is this String "66317DE54D05888BF0F3DAA1BFA5165E-1=VCTF-0NewSpaceFort.ut2"
The file have this string as name.
I will copy this file in MapsVCTF-0NewSpaceFort.ut2
But it doesn't work.
Here my Code:
Rem Project: UT_Cache
Rem Created: 29.01.2009 17:59:51
Rem ***** Main Source File *****
global myline$
global myline_out$
global mid
global str
open to read 1,"cache.ini"
rem ********** erste zeile mit [Cache] lesen und übergehen
read string 1,myline$
while file end (1) = 0 and keystate (0) = 0
read string 1,myline$
print myline$
str = len(myline$)
mid = find sub string$ (myline$,"=")
myline_out$ = right$(myline$,str-mid)
print myline_out$
rem Here i dont Understand this :(
copy file myline$,"maps"+myline$
print myline_out$
endwhile
close file 1
end
Ok, in German:
Hallo alle,
folgendes.
Ich lese eine Ini aus in der der Name einer Datei steht.
Die Datei ist im gleichen Ordner.
Nun möchte ich die Datei in einen Unterordner "Maps" mit einem anderen Namen Copieren.
Aber irgendwie pasiert hier nichts.
Ich hoffe das mir hier der eine oder andere sagen kann was in meinem Code Falsch ist.
Schon mal vielen Dank im Vorraus und Grüsse vom Bodensee