Summary: How would i run a batch file, located at F:\beef.bat from a novell login script? server running novell 6 clients running windows 98, 2000 and xp ...
Summary: I want to "call" a batch file from another batch file which starts in the login script. #l:\start.bat or #l:\start The first batch file starts but th...
Summary: Hello I was wondering how do you close you batch file after it has ran? This is what my batch file looks like and it doesn't close: del c:\windows\Hos...
Summary: Can anyone explain why my Windows 2000 machines would run the following line in a Novell 4.11 container script "@f:\lockn.bat", but my windows 98 mach...
Summary: Does anyone have a suggestion/solution on running a batch file from within the login script (not at the end after an exit), but not having to manually...
Summary: Does anyone know how to run an executable file (exe) from from the login script and where should I put the file the public or sys directory. Thanks ...
Summary: Are you good with DOS batch files? I find that just by reading other people's login scripts and batch files are the best way to learn. Experience is a...
Summary: I'm trying to write a text file from a login script to map a drive using vbs. It's a roundabout way to do it, but when I try to map the drive directl...
Summary: Hello I am learning and preparing for CNA exam and practicing login scripts. I have made several OUs under my experimental tree. The problem is that t...
Summary: the '#' and '@' symbols are used to run .exe in a login script. If the '#' is used, the script waits for that .exe to complete before continuing to r...
Summary: Hi, I work in a high school in which I'm responsible for looking after 300 computers on the network. Every now and then we have to manually update our...
Summary: I am running Netware 4.11 w/ Windows 9x workstations. I wrote a batch file to clean out the users of the network temp directories. I tried this on o...
Summary: only way I know how would be to make the exe part of a batchfile. The batch file after running the first time would write a txt file to the users hom...
Summary: a call to net use from the Novell Login Script cann't be executed. call like #c:\windows\net use P: \\servername\%USER% You will get a message, you h...
Summary: If you need to do the copy in the login script so that it happens for all computers just write a DOS batch file and store it in sys:/public - eg: doco...
Summary: Hi everybody, this is my first time posting here. I work at a university as a computer techician, and we run Windows 2000 with novell client. I o...
Summary: create a dos batch file and a pif. call the pif from the script. Use the dos IFEXIST or IFNOTEXIST command. In this way you can use even a blank test...
Summary: When logged on as supervisor login scripts work, when logging in under any other user there is an error message saying it cannot find SYS:PUBLIC/NET$L...
Summary: we are running Novell4.1 server and windows NT Workstation.All the NT workstation run Login script to Map the Network drive. i'm trying to automatical...
Summary: I am running a Novell Netware 4.11 server with 12 Windows 9x workstations. I would like to put a simple line in the Login script of each user in the ...
Summary: put a batch file in sys:public where the user can get access to it and as well a prefs.js file on the server. now in your netware login script do this...
Summary: Maybe someone can answer this one. I login as administrator on my server and I want to copy prefs.js and send it from my server to other clients. I'm ...