I am trying to do a file copy in the login script Netware 4.11 I have tried the following commands:- COPY - NCOPY - and DOS COPY, none of these work, is there a different command to use?
Are you putting a # or @ before your copy commands? External commands (like copies or running batch files) in login scripts need to be preceded with a # or @ sign.
In your system login script you need to precede the dos command with the # symbol. This should work. You also have the option of writing a batch script with your copy command and executing it from the login script. This will allow you to make changes to the batch file without having to always touch the login script. We know what can happen if you make one small mistake there - I've been there too many times myself. Let me know if this was helpful...
I've tried it without the quotation marks and it doesn't work however I'm using Windows 2000 Pro and apparantly it requires them for long directory and file names?
Is my mistake apparant or does anyone have any ideas as to where i should look next?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.