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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command Line

Status
Not open for further replies.

HebieBug

Programmer
Jan 8, 2001
354
JP
Wokring on an NT box which schedules times to Fax data.
It runs a macro which then takes care of the rest.
Have been working on the command line which is put into the short cut but with no joy.
Have looked in the Access helpfiles which outlines the switches that are needed.
Have then palced these switches in the command line and Boom it does not work.
The command line has user name, password, macro, switches
Anyone have any ideas on how to show these switches in the command line
Thanx
 
No joy on this one..
This is the command line that we are using
"C:\WINDOWS\Desktop\from NT\FaxSoftwareCTS.mdb" /user winfax /pwd winfax /x AutoexecFax
 
Have found the answer to the question
It is as follows
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "C:\WINDOWS\Desktop\from NT\FaxSoftwareCTS.mdb" /user User_name /pwd Password /x Macro_name
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top