forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Parameter Snooper...

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 3 Source Code
View previous topic :: View next topic  
Author Message
Mac
Professional Member
Professional Member


Joined: 08 Jul 2000
Posts: 1585
Location: Oklahoma USA

PostPosted: Mon Aug 12, 2002 10:31 pm    Post subject: Parameter Snooper... Reply with quote

Here's a very simple program I've used for a while. The instructions
are probably as important (if not more so) than the code...
__________________________________________________________________________________________________________________________
Code:

rem *******************************************************************
rem * Compile this program and give the EXE the exact name of the     *
rem * program you wish to "snoop" the command parameters from. It     *
rem * will display the parameters (up to 9) and copy them to the      *
rem * clipboard as well.                                              *
rem *                                                                 *
rem * -> IMPORTANT <-                                                 *
rem * Always make a backup copy of the program you are snooping, then *
rem * copy this "snooper" OVER the original.  If you delete or rename *
rem * the original program first, Windows may destroy any file        *
rem * associations assigned to the original program. After you have   *
rem * the parameters, copy the original back OVER this program again. *
rem *******************************************************************

INFO Parameters:@cr()%1@cr()%2@cr()%3@cr()%4@cr()%5@cr()%6@cr()%7@cr()%8@cr()%9
CLIPBOARD SET, %1@cr()%2@cr()%3@cr()%4@cr()%5@cr()%6@cr()%7@cr()%8@cr()%9
EXIT

Cheers, Mac

_________________
VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 3 Source Code All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group