re: How to make shortcut run correctly!
Wednesday, April 5, 2006 at 10:07 pm Windows XP Annoyances Discussion Forum
Posted by geek9pm
(1438 messages posted)
Well, first we have to be able to read it...
Hey, this forum is for general Windows XP issues. I doubt any hee even cares about
this. Whatr is this thing do?
Geek9pm

On Wednesday, April 5, 2006 at 7:17 pm, Thanhbinh wrote:
>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.
|
All messages in this thread [show all]
 |  | re: How to make shortcut run correctly! (geek9pm: Wed, Apr 5, 2006, 10:07 pm) |
| |
| |
| |
Return to the Windows XP Discussion Forum
|
|