Jump to content

"" & ''


Recommended Posts

RunWait(@ComSpec & ' /c ' & 'xcopy ' & $source & '\"Ian's Documents "' & $destination & '\"Ian's Documents" /E /H /-Y')

Can anyone point out my error in the above code?

Thanks in advance for your help,

Ian

"Blessed be the name of the Lord" - Job 1:21Check out Search IMF

Link to comment
Share on other sites

  • Developers

RunWait(@ComSpec & ' /c ' & 'xcopy ' & $source & '\"Ian's Documents "' & $destination & '\"Ian's Documents" /E /H /-Y')

Can anyone point out my error in the above code?

Thanks in advance for your help,

Ian

RunWait(@ComSpec & ' /c ' & 'xcopy ' & $source & '\"Ian''s Documents "' & $destination & '\"Ian''s Documents" /E /H /-Y')
Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

RunWait(@ComSpec & ' /c ' & 'xcopy ' & $source & '\"Ian''s Documents "' & $destination & '\"Ian''s Documents" /E /H /-Y')

HI,

if you are using scite or just another syntax highliting "SEU", it is much easier to find those things, because the color is an eye-catcher. :)

So long,

Mega

Edited by th.meger

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

  • Developers

on second thought ... this looks more logical:

RunWait(@ComSpec & ' /c xcopy "' & $source & '\Ian''s Documents" "' & $destination & '\Ian''s Documents" /E /H /-Y')
Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Thanks JdeB, it's works perfectly.

Thanks to everyone else for your help.

Ian

on second thought ... this looks more logical:

RunWait(@ComSpec & ' /c xcopy "' & $source & '\Ian''s Documents" "' & $destination & '\Ian''s Documents" /E /H /-Y')

"Blessed be the name of the Lord" - Job 1:21Check out Search IMF

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...