/M in command not performing the required task - IDEA

6 posts / 0 new
Last post
arjunmenon
Offline
Joined: 07/31/2015 - 01:08
/M in command not performing the required task - IDEA

Hi,
 
I am trying to open an ISM file using the command in cmd. But although its opening the application, its not opening the ISM file.
"C:\Program Files (x86)\CaseWare IDEA\IDEA\idea.exe" "/M=G:\IDEA_Files\xxxxx\xxxxxism"
 
Can anyone please help me
Thanks
Arjun Menon U.K

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi Arjun and welcome to the site.

I just tried the following and it seemd to work:

"C:\Program Files (x86)\CaseWare IDEA\IDEA\IDEA.exe" "F1.IMD"

IDEA opened up and opend the F1.imd file.  Been a long time since I worked with the cmd line so you might have to play around with it on your end.

Thanks

Brian

arjunmenon
Offline
Joined: 07/31/2015 - 01:08

Hi Brian,
 
Thanks for the reply. Actually much knowledge of IDEA script is nothing. The script works if i don't give the /M , But when i give that /M its not working. And i am told to check why. If you dont mind , can you please explain what that /M does?
 
Thanks
Arjun Menon 

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi Arjun,

Unfortunately I don't know why.  I am not an IDEA technical support person.  I would recommend you go back to your IDEA supplier and ask them the question as they should have access to some technical support.

Good luck.

Brian

KrisW
Offline
Joined: 02/16/2015 - 13:38

ISM is a script file. You need to COMPILE (create executable) & run that file from the command line/CMD prompt
"c:\my idea documents\my script file.exe"
as long as you have a CLIENT.QUIT in the script, it will exit when completed

Pascal van der ...
Offline
Joined: 05/22/2018 - 03:55

Its a few years later but if you would have moved the " a tiny bit it would have worked:
"C:\Program Files (x86)\CaseWare IDEA\IDEA\idea.exe" /M="G:\IDEA_Files\xxxxx\xxxxxism"