Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need to access DOS from within my VB program .....

Status
Not open for further replies.

technovice

Programmer
Sep 14, 2001
11
0
0
GB
....What I need is the following:

When a certain condition is met I want my program to be able to access DOS and run the command
rsh sd-a /opt/qpage/qpage -s pagehosta -p banner1 "some text"
Any ideas on how I do this?
 
Try:

Shell "rsh sd-a /opt/qpage/qpage -s pagehosta -p banner1 ""some text"""
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top