info运行.pde文件 [英] info to run .pde file

查看:113
本文介绍了info运行.pde文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

先生/女士我可以知道如何运行.pde文件

hi sir/madam can i know how to run .pde file

推荐答案

有一大堆程序使用扩展名PDE:Arduino使用一,PowerDesk也有,还有其他。



所以运行.pde文件不是单个进程,而是由安装在PC上的软件控制。



但是,这可能有效:

There are a whole bunch of programs which use the extension "PDE": Arduino use one, PowerDesk also, and there are others.

So "run .pde" file is not a single process, but instead is controlled by teh software installed on the PC.

However, this may work:
Process.Start(@"D:\Temp\MyFile.pde");

如果安装了一个应用程序知道扩展名为PDE的文件然后它应该运行并打开文件。如果没有,那么你几乎就是你自己 - 你将需要检查文件,以及你从哪里得到它以便弄清楚如何处理它。

If an application is installed which "knows about" files with the extension "PDE" then it should run and open the file. If not, then you're pretty much on your own - you will need to examine the file, and where you got it from in order to work out just what to do with it.


这篇关于info运行.pde文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆