iexpress installer calling “.bat” file from TEMP instead of provided link











up vote
0
down vote

favorite












I am new to iexpress in Windows 10 but for some strange reason, it seems to be calling my bat file from the TEMP directory instead of the original path that was provided to it. Is there a way to set so it call the correct path that i provided it through the wizard menu?



enter image description here










share|improve this question
























  • I don't know anything about IExpress, except it is deprecated and has multiple security vulnerabilities. Does it really run command.com, the Windows command processor on Windows 95/98, instead of cmd.exe? However, why does it matter from which directory the batch file is executed? It is possible to use %~dp0 to reference batch file path ending with a backslash. See What does %~dp0 mean, and how does it work? and this question.
    – Mofi
    8 hours ago










  • Please read also Discourage screenshots of code and/or errors or An image of your code (or error message) is not helpful. It would be better to edit your question and add the error text output in message box as text in a code block or a quote to your question. More information about batch file and IExpress setup would be also very good to better understand your problem.
    – Mofi
    7 hours ago












  • Possible duplicate of How can a .bat file be 'converted' to .exe without third party tools?
    – Squashman
    7 hours ago















up vote
0
down vote

favorite












I am new to iexpress in Windows 10 but for some strange reason, it seems to be calling my bat file from the TEMP directory instead of the original path that was provided to it. Is there a way to set so it call the correct path that i provided it through the wizard menu?



enter image description here










share|improve this question
























  • I don't know anything about IExpress, except it is deprecated and has multiple security vulnerabilities. Does it really run command.com, the Windows command processor on Windows 95/98, instead of cmd.exe? However, why does it matter from which directory the batch file is executed? It is possible to use %~dp0 to reference batch file path ending with a backslash. See What does %~dp0 mean, and how does it work? and this question.
    – Mofi
    8 hours ago










  • Please read also Discourage screenshots of code and/or errors or An image of your code (or error message) is not helpful. It would be better to edit your question and add the error text output in message box as text in a code block or a quote to your question. More information about batch file and IExpress setup would be also very good to better understand your problem.
    – Mofi
    7 hours ago












  • Possible duplicate of How can a .bat file be 'converted' to .exe without third party tools?
    – Squashman
    7 hours ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am new to iexpress in Windows 10 but for some strange reason, it seems to be calling my bat file from the TEMP directory instead of the original path that was provided to it. Is there a way to set so it call the correct path that i provided it through the wizard menu?



enter image description here










share|improve this question















I am new to iexpress in Windows 10 but for some strange reason, it seems to be calling my bat file from the TEMP directory instead of the original path that was provided to it. Is there a way to set so it call the correct path that i provided it through the wizard menu?



enter image description here







batch-file iexpress






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 8 hours ago

























asked 11 hours ago









Carly. J

111




111












  • I don't know anything about IExpress, except it is deprecated and has multiple security vulnerabilities. Does it really run command.com, the Windows command processor on Windows 95/98, instead of cmd.exe? However, why does it matter from which directory the batch file is executed? It is possible to use %~dp0 to reference batch file path ending with a backslash. See What does %~dp0 mean, and how does it work? and this question.
    – Mofi
    8 hours ago










  • Please read also Discourage screenshots of code and/or errors or An image of your code (or error message) is not helpful. It would be better to edit your question and add the error text output in message box as text in a code block or a quote to your question. More information about batch file and IExpress setup would be also very good to better understand your problem.
    – Mofi
    7 hours ago












  • Possible duplicate of How can a .bat file be 'converted' to .exe without third party tools?
    – Squashman
    7 hours ago


















  • I don't know anything about IExpress, except it is deprecated and has multiple security vulnerabilities. Does it really run command.com, the Windows command processor on Windows 95/98, instead of cmd.exe? However, why does it matter from which directory the batch file is executed? It is possible to use %~dp0 to reference batch file path ending with a backslash. See What does %~dp0 mean, and how does it work? and this question.
    – Mofi
    8 hours ago










  • Please read also Discourage screenshots of code and/or errors or An image of your code (or error message) is not helpful. It would be better to edit your question and add the error text output in message box as text in a code block or a quote to your question. More information about batch file and IExpress setup would be also very good to better understand your problem.
    – Mofi
    7 hours ago












  • Possible duplicate of How can a .bat file be 'converted' to .exe without third party tools?
    – Squashman
    7 hours ago
















I don't know anything about IExpress, except it is deprecated and has multiple security vulnerabilities. Does it really run command.com, the Windows command processor on Windows 95/98, instead of cmd.exe? However, why does it matter from which directory the batch file is executed? It is possible to use %~dp0 to reference batch file path ending with a backslash. See What does %~dp0 mean, and how does it work? and this question.
– Mofi
8 hours ago




I don't know anything about IExpress, except it is deprecated and has multiple security vulnerabilities. Does it really run command.com, the Windows command processor on Windows 95/98, instead of cmd.exe? However, why does it matter from which directory the batch file is executed? It is possible to use %~dp0 to reference batch file path ending with a backslash. See What does %~dp0 mean, and how does it work? and this question.
– Mofi
8 hours ago












Please read also Discourage screenshots of code and/or errors or An image of your code (or error message) is not helpful. It would be better to edit your question and add the error text output in message box as text in a code block or a quote to your question. More information about batch file and IExpress setup would be also very good to better understand your problem.
– Mofi
7 hours ago






Please read also Discourage screenshots of code and/or errors or An image of your code (or error message) is not helpful. It would be better to edit your question and add the error text output in message box as text in a code block or a quote to your question. More information about batch file and IExpress setup would be also very good to better understand your problem.
– Mofi
7 hours ago














Possible duplicate of How can a .bat file be 'converted' to .exe without third party tools?
– Squashman
7 hours ago




Possible duplicate of How can a .bat file be 'converted' to .exe without third party tools?
– Squashman
7 hours ago

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53266008%2fiexpress-installer-calling-bat-file-from-temp-instead-of-provided-link%23new-answer', 'question_page');
}
);

Post as a guest





































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53266008%2fiexpress-installer-calling-bat-file-from-temp-instead-of-provided-link%23new-answer', 'question_page');
}
);

Post as a guest




















































































Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?