windows - Command line does not execute my parameters -


i have created batch file run application automatically seems cmd not run it. typed (using notepad example):

cmd /c "c:\notepad2\notepad2.exe" 

if run windows vista worked. running windows server 2008 (64-bit) doesn't work. try using line run menu no go.

what do? aim run scheduled task runs batch file every , then.

stupid question, program you're trying run exist on server 2k8 machine?

there no differences in cmd between vista , server 2k8 whatsoever.

besides, why need execute via cmd? can't run application directly? using cmd /c necessary shell built-ins, such dir or start.

also remember there no ntvdm on 64-bit windows—you can't run 16-bit programs. doubt 1 still use them nowadays may thing can think of why doesn't work in 64-bit.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -