WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Networks - Servers
plus
plus
plus
plus
plus
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Application not Launching from Mapped Root

Keywords: application not launching 

Problem:

User is on a network, possibly Novell. W:\ is mapped to G:\winuser\userID (the path to Windows).

If the user tries to launch Windows from the mapped W:\ drive, then Windows runs, but the application will not run. A message is displayed that the "INI file is not found". If the user runs from the actual G:\WinUser\UserID then the application will run fine.

Answer:

This a kinda common bug in a few applications. What happens is this:

The application asks for Windows directory name:

Case 1	   It gets  -	W:\

Case 2	   It gets  -	G:\WINUSER\userID
Then it adds a backslash and its INI file name to it:
Case 1	   It gets  -	W:\\APP.INI

Case 2	   It gets  -	G:\WINUSER\userID\APP.INI
Well, you can see that in case 1, because it was not expecting a root directory, it built an invalid file name with two slashes in it, whereas with the other name, everything came out rosy.
Article ID:   W13472
Filename:   App not Launching from Mapped Root.txt
File Created: 1999:04:15:16:54:16
Last Updated: 1999:04:15:16:54:16