Jump to content

Vnc - Running A Saved Session


Recommended Posts

Sounds like your problems are with the quotes.

These two lines work for me:

Run('"C:\Program Files\RealVNC\VNC4\vncviewer.exe" -config "C:\Documents and Settings\username\Desktop\VNCtest.vnc"')
Run(@ComSpec & " /c " & '"C:\Documents and Settings\username\Desktop\VNCtest.vnc"')

As for /c, /k, .... happy reading:

http://www.microsoft.com/resources/documen...d.mspx?mfr=true

I will try that when I get back to work - but that makes more sense as the outside single quote keeps everything together - I thank you for your time and cannot wait to give this a shot at work - do you know what settings you can use for @ComSpec ? Just seeing whats out there since I found this

Run(@ComSpec & " /k help | more")

Any ideas?

****************edit

how about telling me to read - I posted and then said HEY i did not see that - thanks for your time and I will be reading it

EDIT again

I had a chance to look at that - I guess when I read the help area I did not understand that it was cmd.exe. I will have to go back and read the help area again and see if I would have got it now knowing what I know now. ---- Thanks again

Edited by nitekram

All by me:

"Sometimes you have to go back to where you started, to get to where you want to go." 

"Everybody catches up with everyone, eventually" 

"As you teach others, you are really teaching yourself."

From my dad

"Do not worry about yesterday, as the only thing that you can control is tomorrow."

 

WindowsError.gif

WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF

AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send

StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2

AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit  Docs

SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF

Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language

Programming Tips

Excel Changes

ControlHover.UDF

GDI_Plus

Draw_On_Screen

GDI Basics

GDI_More_Basics

GDI Rotate

GDI Graph

GDI  CheckExistingItems

GDI Trajectory

Replace $ghGDIPDll with $__g_hGDIPDll

DLL 101?

Array via Object

GDI Swimlane

GDI Plus French 101 Site

GDI Examples UEZ

GDI Basic Clock

GDI Detection

Ternary operator

Link to comment
Share on other sites

...I did not understand that it was cmd.exe...

As I understand it, @ComSpec will use command.com on W95, W98 and cmd.exe on XP and some other OSs.

Take a look at this tutorial:

http://www.autoitscript.com/forum/index.php?showtopic=19434

It deals with how/when to use single/double quotes.

Enjoy...

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...