Windows 7 can not run an application trough network !
Hello, My problem is, we have a server, on this server i have an installation of SAP. I have a batch file : @ECHO OFF start \\office\office\mpsag-structure\14 services\07 it\01 applications\sapgui_7.20\gui\windows\win32\Setup\NwSapSetup.exe /Silent /Package="SAP720winxp" exit but when i double click on it it tells me : The path \\office\office\mpsag-structure\14 is not found. my computer is connected through the network all is working but not the batch file... please help, thank you.
December 14th, 2010 9:51am

It's not liking the spaces in your path. Try putting quotes around it - start "\\office\office\mpsag-structure\14 services\07 it\01 applications\sapgui_7.20\gui\windows\win32\Setup\NwSapSetup.exe" /Silent /Package="SAP720winxp"
Free Windows Admin Tool Kit Click here and download it now
December 14th, 2010 10:07am

thank you for your answer but it don't work, it told me : Option no valid "/Silent" ;
December 14th, 2010 10:21am

That's a different issue then. Try it without the START command, it may not be required, just "\\office\office\mpsag-structure\14 services\07 it\01 applications\sapgui_7.20\gui\windows\win32\Setup\NwSapSetup.exe" /Silent /Package="SAP720winxp" should work.
Free Windows Admin Tool Kit Click here and download it now
December 14th, 2010 10:53am

Please see: Some Programs Cannot Access Network Locations When UAC Is EnabledPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
December 16th, 2010 3:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics