Guest s7643 Posted January 15, 2004 Posted January 15, 2004 Hi We got a cygwin installation one month ago more or less. The test with autoIT v2 had problems about the autoinstallation with diferent monitors size. So I'm trying to do it using autoit v3. I convert the script in notepad to an exe. But when I run it, I get this error: Run , R:\\install\\cygwin\setup.exe Run , R^ERROR Error: Unable to parse line Could someone help as?. Thanks in advance and sorry for my inexperiencie.
Guest s7643 Posted January 15, 2004 Posted January 15, 2004 Well, the solution to my problem is AutoItV2toV3. I didn't know it. Also the problem with the diferent size of the monitors while trying to install cygwin, looks ok working with the v3. Thanks, agur
scriptkitty Posted January 15, 2004 Posted January 15, 2004 Also note, some scripts you will need to run the /r parm for it to make an ini file. It helps for some functions.I think you might have just mis typed, but here was one flaw. Quote Run , R:\\install\\cygwin\setup.exeRun , R^ERRORError: Unable to parse lineAutoIt2 needs double \ AutoIt3 doesn't need that. Autoit2to3 converts them pretty good. Quote Run , R:\\install\\cygwin\\setup.exeI am a big fan of the converter, although I am still trying to crash it, and find its flaws. Don't tell JPM. AutoIt3, the MACGYVER Pocket Knife for computers.
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