Visual,basic,users,also,will,show,create,with
Quick Search for:  in language:    
Visual,basic,users,also,will,show,create,with
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
C/ C++ Stats

 Code: 481,463 lines
 Jobs: 1,069 postings

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for C/ C++.
SQL 'LIKE' clause clone in C
By José Luis Gallego on 10/19


Determing File Version, System Language and Memory Status
By Ixac on 10/19


How to create custom messages
By Xeron on 10/18


DeathBrain
By DeathBrain on 10/18


Click here to see a screenshot of this code!A C++ Tutorial for Complete Beginners #2
By Jared Devall on 10/18

(Screen Shot)

Click here to see a screenshot of this code!_PAGE REPLACEMENT ALGORITHMS (FIFO)_
By ENRICO X on 10/18

(Screen Shot)

extract file from resource and write it to disk
By cpsim on 10/18


Click here to see a screenshot of this code!CurrencyConvert er 2002
By Xeron on 10/17

(Screen Shot)

File Saver/Opener
By Jek on 10/17


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

make 7 byte .exes

Print
Email
 

Submitted on: 8/20/2001 7:06:38 PM
By: OpcodeVoid  
Level: Advanced
User Rating: By 23 Users
Compatibility:C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++

Users have accessed this article 6238 times.
 
(About the author)
 
     This is for Visual basic users also: this will show you how to create a exe with no compiler, linker, anything just pure machine code. Please vote

 
 
Terms of Agreement:   
By using this article, you agree to the following terms...   
1) You may use this article in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this article (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this article from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the article or article's description.
1.step 1

Open ms-dos and type

copy con test1.com

2.Next press and hold alt-180(Mov value into ah)

3.Next press alt-2

4.Next press and hold alt-178(mov value into dl)

5.Next press alt-1

6.Next press alt-205(Call for ineterupt)

7. press and hold alt-33

8.press and hold alt-195(Retn)

9. press crt-z

press enter than type test1.com now you see a happy face there it its just 7 bits email me if you want more commands

Please vote even if its a bad one i just like them


Other 7 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this article(in the Advanced category)?
(The article with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
8/21/2001 12:30:32 PM:HELP!!!!
MY PC SPEAKER IS GOING AWALL!!!!... I think i made a typo ;-)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/21/2001 12:31:44 PM:...
It does work when you type it right... cool
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/21/2001 1:46:51 PM:ejucatid
That's pretty cool, I like it... but I wish you had explained a little better exactly what's going on, instead of just what to do. As in... if I wanted to print a different character (or add more characters), what would I do?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/21/2001 2:35:35 PM:Twinb
Neat code! I'd like to see more.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/21/2001 3:23:52 PM:PsyVision
Can someone send me a piccy of what the text should look like in the dos window when u have pressed all the stuff ? I wanna know more ;D
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/21/2001 6:45:13 PM:Chris Wise
i couldnt get it too work
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/21/2001 9:32:57 PM:Deryck H
I dont get it. How do you use it with a .cpp or .vb file?? I'll give you a 5 star for fun.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/21/2001 9:47:48 PM:Nick
I was wondering what
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/21/2001 10:34:48 PM:]|Dlague
nice, but it does not work on W2K server
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2001 1:06:49 AM:alex
that's really cool! how does it work?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2001 11:14:48 AM:om
this isn't c++, c nor anything remotely to do with VB. if anything, this should be in the assembly section, but we don't have an assembly section on psc. And so it's totally irrelavent to this site.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2001 11:17:06 AM:om
Good stuff, but not in anyway relevant to anything on this site, so u get a poor rating from me.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2001 12:46:52 PM:Vbmew
om this is very good stuff and can be use with visual basic or c++ to build assemblers if you know how
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/22/2001 1:23:47 PM:Barry Staes
How to change a character: Wel. The ALT+1 is the code wich tells te computer to put character with nr 1 on the screen. (That the face is the 1st char is only a coincidence!) so when you did above stuff, and want to change the char, you type: EDIT TEST1.EXE then you see a text editor wich you can use to alter the face. (not the colored face, the 2nd face is the one used on your screen) Using the editor replace the face with an other character. For example an
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/23/2001 1:16:21 AM:PC
For better results, call the file test1.com. It will not open from windows if it has an EXE extension.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/24/2001 9:42:17 AM:Steve Mack
mine gets the size down to 8 bytes...but says it's not a valid win32 applications...I don't really see the point with that.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/25/2001 10:31:16 PM:Brian G.
This is an old DOS style program, PE executable compressors are more applicable and usefull nowadays.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/29/2001 10:25:40 AM:John Edward Colman
I would like to see more examples like this. It'd be great if PSC had an ASM section. If you know of any worthwhile sites please let me know.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/19/2001 1:00:00 PM:GOOOD
Cool, nice code !!!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/29/2001 7:36:00 PM:Nice
Steve Mack >> did you save it in notepad? You need to save it as a binary so use a hexeditor etc... NICE CODE!!!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
11/24/2001 4:22:35 PM:Sord
Doesn't work in Win XP, CTRL Z just shows ^Z
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/12/2001 6:46:28 PM:chris
wow nice stuff. and it does work in winxp(home edition build 2600) and the ^Z is supposed to show up.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
12/30/2001 12:18:11 AM:Anxiety
Well I see some of you must not have been following instructions because it works as it says in WinXP Pro 2600. Very cool code. I knew about the /con/con thing but I never knew that you could use it for other things. Although this does have nothing to do with C/C++ its still pretty neat.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/5/2002 11:10:46 PM:Can i Have more commands?
Can i have more commands please? Thanks, Dar'KonEx
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/11/2002 1:51:08 AM:Mike Hollinger
The proliferation of modern programming languages (all of which seem to have stolen countless features from one another) sometimes makes it difficult to remember what language you're currently using. This handy reference is offered as a public service to help programmers who find themselves in such a dilemma. Task: Shoot yourself in the foot! C: You shoot yourself in the foot. C++: You accidentally create a dozen instances of yourself and shoot them all in the foot. Providing emergency medical assistance is impossible since you can't tell which are bitwise copies and which are just pointing at others and saying,
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/26/2002 5:31:58 AM:Matt McCaul
Way cool. Didn't know you could ddo things like that. Any more information on that sort of programming would be a good read...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/31/2002 1:25:29 AM:DarkonEx
E-Mail me more commands please this is cool darkonex_globalnode5@programmer. net Thanks *****
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/5/2002 9:19:30 PM:Thunder
Hey that's really awesome. I wish I could do some fun stuff like that. ;)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/9/2002 9:33:40 PM:Eric M
Cool! 4 stars! Would you please email me a few commands and their hex opcodes. I too would like to know how to do a string of commands and how to make it print the same char forever. Also, anyone who wants more info on how that code works. And they should read http://www.planet-source-code.com/vb/scr ipts/ShowCode.asp?lngWId=3&txtCodeId=345 0 by Ultimatum.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
7/5/2002 2:00:06 PM:DaNo
There should be an ASM sector @ psc. Can anybody contact Ian about this?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/29/2002 9:37:22 AM:Zoltan
The code is great,I've been playing with things like this too, I'm making a rotating box, it runs allready, but the coding takes too long time... If u r interested, mail at linearconnections@rogers.com
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this article has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular article, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | C/ C++ Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.