Supportnet / Forum / PC-Sonstiges
copy-Problem (MS-DOS)
Frage
Hilfe!
Beim copy Befehl unter MS-DOS z.B.
>>"copy Text1.txt c:\Text2.txt"<<
kommt die Fehlermeldung
>"ungültiger Pararmeter c:\Text2.txt"<
Unter Windows im DOS-Fenster bzw. DOS-Vollbild funktioniert alles wunderbar.
Abhilfe bekannt??
Danke
Antwort 1 von Edgar Plocher
Hi,
welche DOS-Version ?
Unter DOS 6.22 NULL PROBLEM !
MfG E.Plocher
welche DOS-Version ?
Unter DOS 6.22 NULL PROBLEM !
MfG E.Plocher
Antwort 2 von IngoKa
Mit XCopy unter Dos kein Problem.
In der Dos-Box sollte man aber XCopy32 benutzen, da es u.a. lange Dateinamen unterstützt.
In der Dos-Box sollte man aber XCopy32 benutzen, da es u.a. lange Dateinamen unterstützt.
Antwort 3 von anonym
lass den Backslash bei C:\Text2.txt weg:
copy text1.txt c:text2.txt
copy text1.txt c:text2.txt
Antwort 4 von anonym
lass den Backslash bei C:\Text2.txt weg:
copy text1.txt c:text2.txt
copy text1.txt c:text2.txt

