Command line does not execute my parameters
Posted
by darnpunk
on Stack Overflow
See other posts from Stack Overflow
or by darnpunk
Published on 2010-01-12T02:48:45Z
Indexed on
2010/04/15
21:03 UTC
Read the original article
Hit count: 136
I have created a batch file to run an application automatically but it seems my CMD does not run it. I typed this (using notepad as an example):
CMD /C "C:\notepad2\notepad2.exe"
If I run this from Windows Vista it worked. But running this from Windows Server 2008 (64-bit) it just doesn't work. I even try using that line from the Run menu but no go.
What do I do? My aim is to run a scheduled task that runs the batch file every now and then.
© Stack Overflow or respective owner