Hi Tom,

> Is there a way to run something you would type in the search 
> bar, eg, yy from the command line...passing it as a parameter
> or something?

Sorry this is so late - I'm cleaning out the folder. ;)

Is this question directed at running a command that you might run at a
command prompt (dir c:\ > c:\list.txt) within DQSD, or running something
that you might run within DQSD at the command prompt (c:\> yy
myaccount)?

For the first, you can use "run cmd.exe /k %s", or shorten it a bit more
with an alias:
  run cmd.exe /k dir c:\ > c:\list.txt
Swap "/k" with "/c" if you don't want the command prompt to remain
afterwards.

For the other, uh, no - not yet. At least, not to my knowledge. Sounds
like a good idea though. It could be accomplished with a script passed
through cscript.exe.

Regards,

Shawn K. Hall
http://12PointDesign.com/
http://ReliableAnswers.com/



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to