Sorry
| Zitat: |
|
USBUPD.ini [Allgemein] Intervall=1000 Quelle=F:\*.* Ziel=C:\Test\ Subdirs=True |
| Zitat: |
|
[Allgemein] Intervall=1000 Quelle=N:\*.* Ziel=C:\Test\ Subdirs=True POPUP=True [Sound] ;START=C:\TEST1.WAV START=C:\WINDOWS\Media\chimes.wav ;ENDE=C:\TEST2.WAV ENDE=C:\WINDOWS\Media\chord.wav |
) und das ding is perfekt | Zitat: |
|
[Allgemein] [Allgemein] Intervall=1000 Quelle=N:\*.* Ziel=C:\Test\ Subdirs=True POPUP=True [Sound] ;START=C:\TEST1.WAV START=C:\WINDOWS\Media\chimes.wav ;ENDE=C:\TEST2.WAV ENDE=C:\WINDOWS\Media\chord.wav [Text] Label1=Wechselmedium gefunden Label2=Daten werden kopiert Label3=Bitte warten... |
auch per .ini steuerbar
Ich denk mal aus diesem file-management tool grundsatz lässt sich was machen, vor allem wenn wir open source bleiben.
| Zitat: |
|
das (c) bekomm ich mit reshack nich raus, schon probiert. |
| Code: |
|
If IsFolder(Ziel) = False Then MkDir SplitPathFromFile(Ziel) If Subdirs = False Then Copystring = "cmd /ccopy " + Quote(Quelle) + " " + Quote(Ziel) + " /Y /V" Else Copystring = "cmd /cxcopy " + Quote(Quelle) + " " + Quote(Ziel) + "/S /Y /V" End If CopyID = Shell(Copystring) 'MsgBox ("Copy läuft") 'Do Do Until GetProcID("C:\WINDOWS\system32\cmd.exe") = CopyID DoEvents Loop Do Until GetProcID("C:\WINDOWS\system32\cmd.exe") <> CopyID DoEvents Loop |
| Muhagglschorsch hat folgendes geschrieben: |
|
halt, ich hab den fehler gefunden..
mein windows ist auf e:\ installiert |
| Vicious hat folgendes geschrieben: | ||
WTF? Wie das denn
|
einfach beim installieren die 3. partition auswählen.
.
| Code: |
|
@echo off cls loop1: if exists d:\stickid.txt goto startcopy rem * hier sollte noch ein pausebefehl hin * goto loop1: startcopy: robocopy "d:\mp3" "C:\mp3\Stick" /mir loop2: if not exists d:\stickid.txt goto loop1 rem * hier sollte noch ein pausebefehl hin * goto loop2: |
.