|

楼主 |
发表于 2010-7-11 19:01:07
|
显示全部楼层
#!/bin/bash
cd
#mv icons.tar.bzip2 icons.tar.bz2
cat >/home/yvoonekit/桌面/AutoCAD\ 2006.desktop<<EOF
[Desktop Entry]
Name=AutoCAD 2006
Exec=env WINEPREFIX="/home/yvoonekit/.wine-cad2006" wine "C:\\Program Files\\AUTOCAD 2006\\acad.exe"
Type=Application
StartupNotify=true
Path=/home/yvoonekit/.wine-cad2006/dosdevices/c:/Program Files/AutoCAD 2006
Icon=/home/yvoonekit/9738_acad.0.png
EOF
cat >/home/yvoonekit/桌面/天正建筑8.desktop<<EOF
[Desktop Entry]
Name=天正建筑8
Exec=env WINEPREFIX="/home/yvoonekit/.wine-cad2006" wine "C:\\Tangent\\TArch8\\TGStart.exe"
Type=Application
StartupNotify=true
Path=/home/yvoonekit/.wine-cad2006/dosdevices/c:/Tangent/TArch8
Icon=/home/yvoonekit/7b8b_tarch8.xpm
EOF
chmod +x /home/yvoonekit/桌面/AutoCAD\ 2006.desktop
chmod +x /home/yvoonekit/桌面/天正建筑8.desktop |
|