0

I downloaded the octave 5.1.0 zip file, 64 bits for Windows. After extraction, I was only able to get access to the GUI. Any help on how I can access the CLI?

gman
  • 100,619
  • 31
  • 269
  • 393

1 Answers1

1

Try the following command (that you can put into a starter or bat-file):

"C:\path_to_your_dir\Octave\octave.vbs" --force-gui

tardis
  • 1,280
  • 3
  • 23
  • 48