Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file Novell Login Script
Name: JJ Date: November 19, 2002 at 11:04:30 Pacific OS: 98se CPU/Ram: 700MHZ
Comment:
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\Hosts copy g:Hosts c:\windows cls exit
This is what i added to the login script #SYS:Public\hosts pause
Name: Dva Date: November 20, 2002 at 20:12:40 Pacific
Reply:
I had this problem several years ago. If I remember correctly, I resolved the issue by editing the default DOS Promt program to hide the Windows OS. Open MyComputer and browse to the \Windows directory. Locate command.com, right click on it and choose properties. Click the Program tab and then the Advanced button. Then select 'Prevent MS-DOS-Based programs from detecting Windows' by clicking in the check box. OK out and you should be all fixed. After doing that the black background DOS window will close after completion rather than stay on the screen labled "Finished" If this doesn't solve it send me an e-mail and I'll confirm what I did in my journal.
0
Response Number 2
Name: JJ Date: November 21, 2002 at 10:07:10 Pacific
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 the one that's "called" from the first one wont't st...