ltruby Posted February 21, 2012 Posted February 21, 2012 All I am trying to do is use autoit to run .fss_batch file. autoit seems to run through with no issue but the .fss_batchfile never runs even when the script is completed. The line I'm using to run the program is run ("c:\syncjob.fss_batch") any ideas? thanks.
saywell Posted February 21, 2012 Posted February 21, 2012 Shouldn't it have a file extension? What happens when you double-click it? Is there an application associated with it? William
ltruby Posted February 21, 2012 Author Posted February 21, 2012 Thanks for the fast response. When i double click it, it runs with no issue. Its a batch file created with freefilesync. The line also works if i put c:syncjob.fss_batch directly into a run prompt.
saywell Posted February 21, 2012 Posted February 21, 2012 It seems to be a file associated with freefilesync.exe. Try running that, with the batch file as the parameter. Or shellexecute. William
ltruby Posted February 21, 2012 Author Posted February 21, 2012 shellexecute ("c:SyncJob.ffs_batch") fixed it. Thanks for your help.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now