6) открытие/закрытие любого файла jpg по хоткею для быстрого доступа к обучающим и поясняющим блок схемам, ну и всякого прочего по мелочам...
Код:
---Specify the full path to the file in double square brackets---
File_Patch = [[D:\Probe.txt]]
--Open File-----------------------------------------
if File_Patch then
File_Patch = string.gsub(File_Patch, [[\]], [[/]])
os.execute(File_Patch)
end
Код:
---Specify the full path to the file in double square brackets---
File_Patch = [[http://rmmedia.ru/threads/23589/page-97#post-2012764]]
--Open File-----------------------------------------
if File_Patch then
File_Patch = string.gsub(File_Patch, [[\]], [[/]])
Command = "start "..File_Patch
os.execute(Command)
end