#35811 - 2003-01-29 04:55 PM
Kixtart does not recognize folders that begin with a dot
|
André
Fresh Scripter
Registered: 2003-01-29
Posts: 11
Loc: Zürich, Switzerland
|
I want to copy a config file into a folder which name begins with a dot, however Kixtart does not recognize the folder and does not copy
COPY "$DLSERVER\updates\jinitiator\CFG\test.txt" "C:\Documents and Settings\@userid\.java\"
The folder .java cannot be renamed. Any suggestions?
|
|
Top
|
|
|
|
#35816 - 2003-01-29 05:21 PM
Re: Kixtart does not recognize folders that begin with a dot
|
André
Fresh Scripter
Registered: 2003-01-29
Posts: 11
Loc: Zürich, Switzerland
|
no it does not work either, we have tried anything, Kixtart cannot copy files into that .java folder, when you remove the dot then it works, but the we cannot use this folder anymore because its a standard folder for a java application
|
|
Top
|
|
|
|
#35819 - 2003-01-29 05:37 PM
Re: Kixtart does not recognize folders that begin with a dot
|
André
Fresh Scripter
Registered: 2003-01-29
Posts: 11
Loc: Zürich, Switzerland
|
.java is automatically generated by each java vm, this is not the clue. all java applications under windows 2000 work properly, this is standard on all of our 220 clients. when whe copy this file in the command prompt by using dos syntaxes then it can be copied into .java without any problems. only kixtart causes problems, seems that we found a bug!
|
|
Top
|
|
|
|
#35822 - 2003-01-29 10:34 PM
Re: Kixtart does not recognize folders that begin with a dot
|
ShaneEP
MM club member
   
Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
|
Andre...
quote: when whe copy this file in the command prompt by using dos syntaxes then it can be copied into .java without any problems.
Maybe then a shell command would work?
code:
shell '%comspec% /c COPY "source" "destination"'
|
|
Top
|
|
|
|
#35824 - 2003-01-30 12:47 AM
Re: Kixtart does not recognize folders that begin with a dot
|
ShaneEP
MM club member
   
Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
|
I am also using the new 4.20.0.0. And it worked for me as well.
code:
COPY "$DLSERVER\updates\jinitiator\CFG\test.txt" "%userprofile%\.java\test.txt"
|
|
Top
|
|
|
|
#35825 - 2003-01-30 09:59 AM
Re: Kixtart does not recognize folders that begin with a dot
|
André
Fresh Scripter
Registered: 2003-01-29
Posts: 11
Loc: Zürich, Switzerland
|
.java is automatically generated by each java vm, this is not the clue. all java applications under windows 2000 work properly, this is standard on all of our 220 clients. when whe copy this file in the command prompt by using dos syntaxes then it can be copied into .java without any problems. only kixtart causes problems, seems that we found a bug!
|
|
Top
|
|
|
|
#35828 - 2003-01-31 12:08 AM
Re: Kixtart does not recognize folders that begin with a dot
|
André
Fresh Scripter
Registered: 2003-01-29
Posts: 11
Loc: Zürich, Switzerland
|
we are using version 4.12
no success so far
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 601 anonymous users online.
|
|
|