help me to understand what this command is doing

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
bikashh
Posts: 1
Joined: 30 Jun 2017 05:39

help me to understand what this command is doing

#1 Post by bikashh » 30 Jun 2017 05:43

Hello experts,

I need your help to understand the below command.

%VECTORCAST_DIR%\vcshell --echo --out=%VCSHELLDIR%\vcshell.txt --db=%VCSHELLDIR%\vcshell.db 03_project_build.bat


Thanks in advance,
Learner

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: help me to understand what this command is doing

#2 Post by aGerman » 30 Jun 2017 10:38

Crosspost
https://stackoverflow.com/questions/448 ... e-is-doing

I have no idea what vcshell is. If you would have posted at least a link to its manpage we would have been able to help out.

Steffen

ShadowThief
Expert
Posts: 1166
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: help me to understand what this command is doing

#3 Post by ShadowThief » 30 Jun 2017 20:45

I mean --out is very obviously the output file and --db is very obviously the database file, and my best guess is that --echo is some sort of verbose mode where it displays what it's doing to the screen and 03_project_build.bat is maybe the input file?

Honestly, VectorCast (at least, that what Google is suggesting you're referring to) has its own documentation that you should maybe look at instead of asking us questions about proprietary software that we've never heard of. I tried to sign up for the site to get the information for you but apparently my request has to be reviewed manually and the information I gave them is so very obviously fake that there is pretty much no way they're going to let me in.

Post Reply