Richard
"BobKat" <bobk...@verizon.net> wrote in message
news:kOOEd.2725$7b.1393@trndny05...
Thanks for the reply Richard. It appears that the task scheduler is
only available with Solidworks Office. Is this true or are you aware of
it as a stand alone program?
BobKat
Dave H
Richard
"BobKat" <far...@gtequipment.com> wrote in message
news:1105454966.2...@f14g2000cwb.googlegroups.com...
Richard
"BobKat" <bobk...@verizon.net> wrote in message
news:Jv8Fd.9874$eb.381@trndny01...
Dave H
Where D:\Program Files\SOLIDWORKSVIEWER\SWVIEWER.exe is the path to your
SolidWorks Viewer
D:
cd Program Files\SOLIDWORKSVIEWER
SWVIEWER.exe "c:\410156.SLDDRW" /p
pause
Where %1 is a parameter passed to your batch file from another program
eg. from the command prompt
somepathto Mybatch.bat "c:\410156.SLDDRW"
and Mybatch.bat contains
D:
cd Program Files\SOLIDWORKSVIEWER
SWVIEWER.exe %1 /p
pause
in this case %1 = "c:\410156.SLDDRW"
Regards,
Corey Scheich
"Richard Charney" <rcha...@elakeside.com> wrote in message
news:rs9Fd.14188$by5....@newssvr19.news.prodigy.com...