creating exe from bat using iexpress 2.0
hi im trying to create an exe from IEXPRESS 2.0 from bat to simply map a drive.
I'm not having any success.
from packaged file i chose test.bat
on next screen i tried both cmd.exe /c "test.bat" and just cmd.exe /c
5 Comments
[ + ] Show comments
-
Did you try just "test.bat"? I don't use cmd /c and never have a problem. - nheyne 8 years ago
-
yeah i get error creating promcess command.com /c the system file cannot find file specified. - ck357 8 years ago
-
Mapping drives in a compiled .exe? There surely can't be any need to do that in 2016! - dunnpy 8 years ago
-
its mapping a drive with credentials to a local account. cant keep a bat in startup as it would expose the credentials. - ck357 8 years ago
-
Have you considered including the full path to any file you reference in your batch script? Especially since you are getting "cannot find file specified" errors. Also, ensure any files are not in the user profile but in a common area on the local machine. - EdT 8 years ago
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
8 years ago