| View previous topic :: View next topic |
| Author |
Message |
JRoza Contributor


Joined: 17 Aug 2003 Posts: 182 Location: Netherlands
|
Posted: Wed Apr 20, 2011 5:20 am Post subject: VDS5 and 64-bit Windows |
|
|
Does anyone have any experience in running VDS5 scripts under a 64-bit Windows operating system?
Our servers will be migrating to Windows 2008 64-bit and I want to know if I can continue running my VDS5 scripts or have to recompile them. |
|
| Back to top |
|
 |
cnodnarb Professional Member


Joined: 11 Sep 2002 Posts: 766 Location: Eastman, GA
|
Posted: Wed Apr 20, 2011 3:49 pm Post subject: |
|
|
They work fine. Sometimes for registry functions though you have to recall the application with elevated privileges before dialog show.
| Code: |
option errortrap,runas
rem lots of code dialog show and whatnot
:runas
shell runas,@chr(34)%0@chr(34),runasadmin
stop
|
|
|
| Back to top |
|
 |
JRoza Contributor


Joined: 17 Aug 2003 Posts: 182 Location: Netherlands
|
Posted: Wed Apr 20, 2011 9:28 pm Post subject: |
|
|
Thanks Brandon.
At least I don't have to make my utilities again in a 64-bit compatible language, I can use my time better.
 |
|
| Back to top |
|
 |
|