|
| ||||||||||
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Opening image file with Picture Manager from command line
$Picture_Mngr_exe_file = "\"C:\\Program Files\\Microsoft Office\\Office12\\OIS.EXE\""; After that if I am trying to open Picture Manager within the Perl Script, the first version of $system_command does not work, but the second version does not. # $system_command = "$Picture_Mngr_exe_file $BMP_plotfile_list"; $system_command = "$Picture_Mngr_exe_file"; print "System command: ==>|$system_command|<==\n"; system "($system_command) &"; Can anyone please help? Thanks. |
|
#2
| |||
| |||
| Re: Opening image file with Picture Manager from command line
You can do that by configuring a FollowHyperlink. I am sure you would be able to understand what I am trying to tell. Or another thing you can try is shell. That will also allow you to specify the program that you want to open with a respective command. Another thing you can do is configure Picture Manager as the default application to open image files. You can use the following command then : Application.FollowHyperlink "full path\01.JPG" |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Opening image file with Picture Manager from command line" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use Diskpart as Hard Disk Manager on command line | FolloW Me | Tips & Tweaks | 4 | 22-02-2011 11:32 AM |
| Use Adobe Extension Manager from command line | SoftWore | Tips & Tweaks | 1 | 12-07-2010 01:19 PM |
| How to add key command for opening file in uTorrent? | Khajit | Technology & Internet | 6 | 25-06-2010 10:31 PM |
| Question about Windows XP Screen Saver, Power Manager and Command Line Interface | Zeeman28a | Operating Systems | 3 | 18-05-2009 08:38 AM |
| .inf file will not run from the command line | CHRITOPHER | Windows XP Support | 2 | 31-08-2007 01:53 AM |