Computing.Net > Forums > Windows 95/98 > Running Dos batch files from Netware 4.11 Login Script on Windows 95

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.

Running Dos batch files from Netware 4.11 Login Script on Windows 95

Reply to Message Icon

Name: Joel Simpson
Date: December 16, 1999 at 14:22:04 Pacific
Comment:

Running the following batch file from a netware 4 login script :

call z:\wsupdate n:\is\orgfix\pernames.ntf c:\notes\data /o /c /n

Using

If member of "Boot Win95 Local" then Begin
@n:\is\orgfix\orgfix.bat
End

The problem is that the first time the user logins the dos shell wont close you have to manually change the properties to be close on exit. Does anyone know how to get this to close automatically.



Sponsored Link
Ads by Google

Response Number 1
Name: Jeff
Date: December 16, 1999 at 17:20:32 Pacific
Reply:

Use this command:

@c:\command.com c:\ /cn:\is\orgfix\orgfix.bat

This will start a new instance of Command.Com, run your batch file and close the window when the batch file terminates.

Type "Command.com /?" in a DOS window for the rest of the switches.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: Running Dos batch files from Netware 4.11 Login Script on Windows 95

Running a batch file with parameters fro www.computing.net/answers/windows-95/running-a-batch-file-with-parameters-fro/76892.html

Novell netware 4.11 and Win95 + 98 workstations www.computing.net/answers/windows-95/novell-netware-411-and-win95-98-workstations/27284.html

Batch File Commands www.computing.net/answers/windows-95/batch-file-commands/55714.html