| 
			 
					阅读:6875回复:16
				 
				请教:在launchy里怎么添加应用软件?
					我是个菜鸟,我想在launchy里添加一些我的常用软件,请教应该怎么编写launchy.xml文件?				 
							 | 
	|
					
						
						
						
						
  | 
	
| 
			 1楼# 
								发布于:2005-06-05 12:31				
			
					比方说我要添加金山快译这个程序,硬盘地址是:D:\Program Files\Kingsoft\FastAIT 2005\FastAit.exe
 
							完整的代码应该怎样写?写完后保留为LAUNCHY。XML文件是否就放在C:\Documents and Settings\feng\Application Data\Mozilla\Firefox\Profiles\i2ns4qb6.default\chrome这个文件夹的根目录里?  | 
	|
					
						
  | 
	
| 
			 2楼# 
								发布于:2005-06-05 12:31				
			 | 
	|
					
						
  | 
	
| 
			 3楼# 
								发布于:2005-06-05 12:31				
			
					类型应该怎么选啊?给出的类型没有翻译阿?				 
							 | 
	|
					
						
  | 
	
| 
			 4楼# 
								发布于:2005-06-05 12:31				
			
					晕死,那几个单词你就是对着你的金山词霸来查也花不了几分钟吧?				 
							 | 
	|
					
						
  | 
	
| 
			 5楼# 
								发布于:2005-06-05 12:31				
			
					就是说我选择第8个类型了?				 
							 | 
	|
					
						
  | 
	
| 
			 6楼# 
								发布于:2005-06-05 12:31				
			
					试试吧,不行就试试别的,这个也要看金山快译支不支持的。				 
							 | 
	|
					
						
  | 
	
| 
			 7楼# 
								发布于:2005-06-05 12:31				
			
					我这样编写怎么不对?
 
							<?xml version="1.0" encoding="UTF-8"?> <configurations xmlns="http://launchy.mozdev.org/configurations"> <application> <label>FastAIT</label> <type>8</type> <command>D:\Program Files\Kingsoft\FastAIT 2005\FastAIT.exe</command> <arguments></application> </application> </configurations>  | 
	|
					
						
  | 
	
| 
			 8楼# 
								发布于:2005-06-05 12:31				
			
					出现这个是什么意思啊?				 
							 | 
	|
					
						
						
  | 
	
| 
			 9楼# 
								发布于:2005-06-05 12:31				
			
					因为你只有一个 <application> 
 
							而出现了两个</application> 来关闭 而 <arguments>标记却没有关闭  | 
	|
					
						
  | 
	
| 
			 10楼# 
								发布于:2005-06-05 12:31				
			
					那么最后三行到底应该怎么写?大哥,教教我萨,谢谢				 
							 | 
	|
					
						
  | 
	
| 
			 11楼# 
								发布于:2005-06-05 12:31				
			<?xml version="1.0" encoding="UTF-8"?> <configurations xmlns="http://launchy.mozdev.org/configurations"> <application> <label>FastAIT</label> <type>8</type> <command>D:\Program Files\Kingsoft\FastAIT 2005\FastAIT.exe</command> <arguments></arguments> </application> </configurations>  | 
	|
					
						
  | 
	
| 
			 12楼# 
								发布于:2005-06-05 12:31				
			
					现在这样是不是对了?				 
							 | 
	|
					
						
						
  | 
	
| 
			 13楼# 
								发布于:2005-06-05 12:31				
			
					谢谢了,大哥				 
							 | 
	|
					
						
  | 
	
| 
			 14楼# 
								发布于:2005-06-05 12:31				
			
					晕啊,类型选8居然变成这样:用金山快译看图?虽然点击还是能打开金山快译				 
							 | 
	|
					
						
						
  | 
	
上一页
下一页
 
			
			
						
			
			
						
			
		
							
				
				