Doc. # 1-0000169 | |||
---|---|---|---|
Date Updated | 07-27-2005 | Date Created | 07-27-2000 |
Document Type | Knowledge Base | Related OS | |
Related Product | GeniDAQ |
How to execute VisiDAQ automatically while system booting? | |||
---|---|---|---|
Solution:
Actually, it is very easy to launch VisiDAQ automatically under Win3.1/Win95/Win98, please follow the below ways to complete it:
1. Win3.1:
Please add two command lines at the end of "autoexec.bat", just like the follows:
......
......
win (enter Win3.1 system)
c:\genie\gwrun c:\myfile\xxx.gni (launch VisiDAQ runtime program -- gwrun.exe, then open and execute xxx.gni automatically, please pay attention to the correct path for gwrun and your strategy)
2. Win95/98:
(1) Make a shortcut for gwrun.exe.
(2) Modify the content of gwrun shortcut. Please enter the property of gwrun shortcut and try to find the corresponding command line or "Target". After that, add your strategy (including correct path) behind of gwrun, this part is the same with Win3.1 (ex. c:\genie\gwrun.exe c:\myfile\xxx.gni)
(3) Drag the gwrun shortcut and drop it into "startup" folder ([Start] => [Programs] => [Startup])
|