Tools Links Login

Get Command Line Parms

This Will Return The Command Line Options That Your Program Was Run With EX if a person used a command line to run yourapp.exe /option then mycommandline would return /option
PLUS IT'S ONLY 1 Line Of Code

Original Author: Adam Jacob Muller

Returns

The Command Line Option

Side Effects

None To Date

Code

MyCommandLine = Trim(UCase(Command()))

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 92 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.