How to make shortcut run correctly!
Wednesday, April 5, 2006 at 7:17 pm Windows XP Annoyances Discussion Forum
Posted by Thanhbinh
(6 messages posted)
I've written a simple console win32
#include "stdafx.h"
#include
#include
int main(int argc, char* argv[])
{
int n;
printf("Hello World!\n");
printf("\nHay nhap vao mot so bat ky\n");
scanf("%d",&n);
printf("%d",n);
getch();
return 0;
}
After that, I make a shortcut to myprogam.exe
I want to run the shortcut from cmd, but it doesn't work well.
|
Responses to this message:
|
|
All messages in this thread [show all]
 | How to make shortcut run correctly! (Thanhbinh: Wed, Apr 5, 2006, 7:17 pm) |
| |
| |
Return to the Windows XP Discussion Forum
|
|