Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: File Copy

by amundb (Initiate)
on Jul 22, 2002 at 17:55 UTC ( [id://184157]=note: print w/replies, xml ) Need Help??


in reply to Re: File Copy
in thread File Copy

this would just be a vanilla copy of the file. I Tried the system call, but i counldn't get the syntax correct. I was looking for something along the lines of: system "copy $FileName \\somecomputer\folder\there\" how off am I on the syntax? Thanks for the help.

Replies are listed 'Best First'.
Re: Re: Re: File Copy
by RollyGuy (Chaplain) on Jul 22, 2002 at 21:29 UTC
    If I remember correctly, the system function is of the form:
    system($command,$arg1,$arg2,...,$argN)
    So you might have better luck if you split up the command from the arguments. It's worth a try.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://184157]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-03-28 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found