tamer1009
06-21-2009, 09:14 AM
Hello, i am trying to create an image converter in ams, but i need to get this work:
Select your file:
File = Dialog.FileBrowse(true, "Select files:", _DesktopFolder, "All Images (*.jpg)|*.jpg|", "", "jpg", true, true);
Convert it:
in batch:
"C:\converter.exe" /S "C:\test.png" /T "C:\test.jpg" /F2 /C4 /V
in ams:
File.Run("C:\\converter.exe", "/S "YOUR SELECTED FILE" /T "OUTPUT TO YOUR SELECTED DIR" /F2 /C4 /V", "", SW_MAXIMIZE, true);
Can someone help me with this? i tried everything! :huh
Thankyou,
Tamer
Select your file:
File = Dialog.FileBrowse(true, "Select files:", _DesktopFolder, "All Images (*.jpg)|*.jpg|", "", "jpg", true, true);
Convert it:
in batch:
"C:\converter.exe" /S "C:\test.png" /T "C:\test.jpg" /F2 /C4 /V
in ams:
File.Run("C:\\converter.exe", "/S "YOUR SELECTED FILE" /T "OUTPUT TO YOUR SELECTED DIR" /F2 /C4 /V", "", SW_MAXIMIZE, true);
Can someone help me with this? i tried everything! :huh
Thankyou,
Tamer