| |

VerySource

 Forgot password?
 Register
Search
Author: finzzers

Can I run the program directly in C?

[Copy link]

2

Threads

9

Posts

6.00

Credits

Newbie

Rank: 1

Credits
6.00

 China

 Author| Post time: 2020-7-17 11:45:01
| Show all posts
I don't know VC yet, this is the result of compiling in VC6, please give pointers, thank you!!!
--------------------Configuration: autorun-Win32 Debug--------------------
Compiling...
autorun.cpp
e:\mypractise\c++works\autorun\autorun.cpp(5): error C2065:'_T': undeclared identifier
e:\mypractise\c++works\autorun\autorun.cpp(5): warning C4129:'T': unrecognized character escape sequence
e:\mypractise\c++works\autorun\autorun.cpp(5): warning C4129:'q': unrecognized character escape sequence
Error executing cl.exe.

autorun.obj-1 error(s), 2 warning(s)
Reply

Use magic Report

2

Threads

9

Posts

6.00

Credits

Newbie

Rank: 1

Credits
6.00

 China

 Author| Post time: 2020-7-29 21:15:01
| Show all posts
Which master will give pointers, thank you! ! ! !
Reply

Use magic Report

0

Threads

22

Posts

18.00

Credits

Newbie

Rank: 1

Credits
18.00

 China

Post time: 2020-8-1 13:00:01
| Show all posts
Create an autorun.cmd file and write:
start /D"Tencent\" qq.exe
Put it on the USB flash drive and execute it
If you use c, you can use system("start /D\"Tencent\\\" qq.exe"); try
Reply

Use magic Report

0

Threads

3

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2021-5-16 01:30:01
| Show all posts
After calling the DOS command with system ()
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list