Jump to content

writing to a file with quotes in it


Recommended Posts

Ok so i have a .bat file that needs to be writin in autoit it should look like this

net stop "Multi-user Cleanup Service" /yes

taskkill /f /im nlnotes.exe

taskkill /f /im ntmulti.exe

taskkill /f /im notes.exe

taskkill /f /im nfileret.exe

taskkill /f /im nsd.exe

taskkill /f /im ntaskldr.exe

taskkill /f /im nxpcdmn.exe

c:

cd\program files\lotus

rd notes /s /q

xcopy "c:\notes macro\notes fresh\*.*" "c:\program files\lotus\notes\" /s

but there is quotes "" in the file how do i write the quotes i have tried many different ways anyone know how to fix this?

[quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]

Link to comment
Share on other sites

FileWrite("testfile.txt", '"word"')

that doesnt work i have tried that...

[quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]

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