coba ini:
run("xcopy folderasal foldertujuan")
contoh: copy semua file excel dari folder awal ke folder akhir
run("xcopy d:\awal\*.xls e:\akhir")
semoga membantu
Best Regards,
Hotdin Gurning
HP : 0813 8811 4416
Y!: hotdin_gurning
www.gurningsoft.com
________________________________
Dari: Wadi Achmed <[email protected]>
Kepada: [email protected]
Dikirim: Rabu, 1 Juni 2011 9:45
Judul: Re: [indopb] (Ask) bagaimana cara copy file dalam program PB?
Prosedur untuk unsubscribe.
1. Kirim email kosong ke [email protected]
2. Baca email konfirmasi yang diterima dari yahoogroups.com
3. Klik url untuk konfirmasi, atau langsung reply email tersebut
tanpa memodifikasi apapun
4. Thank you and good bye
5. Selesai
Gitudoangkoqgampangkan.
Salam,
Wadi Achmed
On 6/1/2011 6:41 AM, Dwi Priyo Utomo wrote:
dear all...
>
>Saya mau tanya, gmn caranya saya unsubscribe dari milis ini...?
>
>Saya udh coba di hyperlink "unsubscribe"kok ga bisa ya ..?
>
>
>tx.
>
>dwi
>
>
>
>
>
>
>________________________________
>From: "[email protected]" <[email protected]>
>To: [email protected]
>Sent: Tue, May 31, 2011 2:25:37 PM
>Subject: Re: [indopb] (Ask) bagaimana cara copy file dalam program PB?
>
>
>kalau return nya 0 kenapa tuh pak? kemarin nyoba return nya 0.
>
>
>On Sat, May 28, 2011 at 1:44 PM, Donny Irsandi Azas <[email protected]> wrote:
>
>
>>
>>Syntax
>>
>>FileCopy ( sourcefile, targetfile {, replace } )
>>
>>Argument Description
>>sourcefile String for the name of the file you
want to copy
>>targetfile String for the name of the file you
are copying to
>>replace
>>(optional) Boolean specifying whether to replace
the target file (true) or not (false)
>>Return value
>>
>>Integer. Returns values as follows:
>>
>>1 - Success
>>-1 - Error opening sourcefile
>>-2 - Error writing targetfile
>>
>>
>>ps. Baca help dulu dong
>>
>>
>>
>>
>>2011/5/28 Matius E <[email protected]>
>>
>>
>>>Bapak/ibu,
>>>Minta bantuan tanya (Ask)
bagaimana cara copy file dalam
program PB?
>>>Misalnya: Mengcopy semua file
'*.xls' ke E:
>>>
>>>Thanks
>>>Sent from my BlackBerry®
>>>________________________________
>>>
>>>From: Eko Prayoga <[email protected]>
>>>Sender: [email protected]
>>>Date: Sat, 28 May 2011 08:51:16 +0700
>>>To: <[email protected]>
>>>ReplyTo: [email protected]
>>>Subject: Re: [indopb] Panggil Stored Procedure di datawindow
>>>
>>>
>>>terima kasih responya pak, sy coba dulu
>>>
>