懂程式的人,幫我看看這是用什麼寫的?謝謝
因為公司要請一個會寫下面這程式的人
mynum=String.ToNumber(String.Right(this,String.Length(this)-6)) ;
bp=String.Concat(\"e:\\\\\",ButtonFileName[mynum]);
bn=String.Concat(bp,\"\\\\!!update.dat\");
sp=String.Concat(\"\\\\\\\\g-server\\\\game\\\\\",ButtonFileName[mynum]);
sn=String.Concat(sp,\"\\\\!!update.dat\");
tp=String.Concat(bp,\"\\\\\");
tn=String.Concat(sp,\"\\\\*.*\");
yp=String.Concat(bp,\"\\\\play.bat\");
yn=String.Concat(\" e:\\\\\",ButtonFileName[mynum]);
ym=String.Concat(sp,yn);
if File.DoesExist(bn) then
if server then
if File.GetCRC(bn) == File.GetCRC(sn) then
File.Run(yp, \"\", tp, SW_MINIMIZE, true);
else
Application.Minimize();
Folder.DeleteTree(tp, nil);
delgame();
File.Open(\"AutoPlay\\\\Docs\\\\music.mp3\", \"\", SW_MAXIMIZE);
File.Open(\"AutoPlay\\\\Docs\\\\mov.mpg\", \"\", SW_MAXIMIZE);
File.Run(\"AutoPlay\\\\Docs\\\\WinXCopy.exe\", ym, \"\", SW_SHOWNORMAL, true);
Application.Restore();
windows = Window.EnumerateTitles();
window_name = \"Windows Media Player\";
for handle, title in windows do
result = String.Find(title, window_name, 1, false);
if (result ~= -1) then
Window.Close(handle, CLOSEWND_SENDMESSAGE);
end
end
if File.DoesExist(bn) then
Label.SetText(String.Concat(\"Label\",mynum*2-1), \"已安裝\");
Label.SetEnabled(String.Concat(\"Label\",mynum*2-1), true);
Label.SetVisible(String.Concat(\"Label\",mynum*2), true);
else
Label.SetText(String.Concat(\"Label\",mynum*2-1), \"未安裝\");
Label.SetEnabled(String.Concat(\"Label\",mynum*2-1), false);
Label.SetVisible(String.Concat(\"Label\",mynum*2), false);
end
File.Run(yp, \"\", tp, SW_MINIMIZE, true);
end
else
File.Run(yp, \"\", tp, SW_MINIMIZE, true);
end
2006-08-10 10:13:14 · 2 個解答 · 發問者 ? 2 in 電腦與網際網路 ➔ 程式設計
應該是IndigoRose
多媒體用的軟體
http://www.indigorose.com/site/index.php
指令網址如下
http://www.indigorose.com/webhelp/vp20/Program_Reference/Actions/Alphabetical_List.htm
剛剛看了上列的語法,頗為"驚呀",說真的還真的沒看過。
以前做多媒體好像是用lingo script語法編輯,這應該相同或接近吧。
2006-08-10 21:47:42 補充:
剛剛忘了補充的部分若是你要尋找會上列語法的人,講坦白點並不容易,但是若只要能等上列程式語法的人那就不難找了只要具備有 JAVA/C++ 且物件概念熟悉的人即可但除此之外,若是你公司是做多媒體或影像導覽商品等,建議再加上具有美學底子會比較好。
2006-08-10 16:54:43 · answer #1 · answered by ㄚ旺 5 · 0⤊ 0⤋
java或C吧...
我只能肯定不是VB
2006-08-10 10:31:05 · answer #2 · answered by 呆 1 · 0⤊ 0⤋