Search found 9 matches

by rajeev
23 Apr 2013 21:52
Forum: DOS Batch Forum
Topic: copy folder from wlan connected machine using batch file
Replies: 5
Views: 3753

Re: copy folder from wlan connected machine using batch file

No, It's a normal partitioned internal drive.
by rajeev
23 Apr 2013 06:25
Forum: DOS Batch Forum
Topic: copy folder from wlan connected machine using batch file
Replies: 5
Views: 3753

Re: copy folder from wlan connected machine using batch file

Thanks for the response..

Yep.!! I already did it..buddy :) It's the same
by rajeev
23 Apr 2013 05:29
Forum: DOS Batch Forum
Topic: copy folder from wlan connected machine using batch file
Replies: 5
Views: 3753

copy folder from wlan connected machine using batch file

Hi Pals.. I got a problem when copying a folder from wifi connected machine using batch file. I found the source path as z://folder_1/folder_need2b_copied . when i tried with regular command xcopy it worked. After a reboot, batch isn't working. Reason i saw was the letter of the drive changed from z...
by rajeev
12 Oct 2012 03:18
Forum: DOS Batch Forum
Topic: Need to run two ".exe" files in a loop and should in series
Replies: 1
Views: 1824

Need to run two ".exe" files in a loop and should in series

Hello,

I Need to run two ".exe" files in a loop using batch file and execution should be in series..
I mean each ".exe" file takes 3min to 4min to run and next should be invoked..

Thanks,
Rajeev
by rajeev
03 Aug 2012 04:12
Forum: DOS Batch Forum
Topic: Need 2 Copy multiple folders from dynamically created folder
Replies: 2
Views: 2198

Need 2 Copy multiple folders from dynamically created folder

Hi Pals, I need to copy multiple folders from a dynamically created folder. I'm trying to do it with a batch file. Could someone help me with this. Description: There is a pearl script written which fetches the name of the dynamically created folder. EX: \\abcde\forsample\ dynamic_name \xyz\ Wanted ...
by rajeev
16 May 2012 00:22
Forum: DOS Batch Forum
Topic: How to play video file repeatedly using command prompt
Replies: 7
Views: 28557

Re: How to play video file repeatedly using command prompt

There is no command line option to enable the loop mode for WMPlayer. The only possibility is to change the registry setting before you run it. Tested on my Win7 (x86) with WMP version 12: :: turn on loop mode reg add "HKCU\Software\Microsoft\MediaPlayer\Preferences" /v "ModeLoop&quo...
by rajeev
10 May 2012 08:39
Forum: DOS Batch Forum
Topic: How to play video file repeatedly using command prompt
Replies: 7
Views: 28557

Re: How to play video file repeatedly using command prompt

Awesome..!!!

But, the real problem is there will be multiple windows opened and there might be a delay in opening
file due to the other vbscript running in the background..

Thanks a lot.. Fawers!!! :D
by rajeev
10 May 2012 08:12
Forum: DOS Batch Forum
Topic: How to play video file repeatedly using command prompt
Replies: 7
Views: 28557

Re: How to play video file repeatedly using command prompt

Thanks for the quick response Fawers!! Basically, to Enable "repeat" from media player. But both sounds similar.. I have a different script which executes for more than 30mins, where i need to run video content on background in parallel which is 2min long.. So , i need to repeat the conten...
by rajeev
10 May 2012 08:01
Forum: DOS Batch Forum
Topic: How to play video file repeatedly using command prompt
Replies: 7
Views: 28557

How to play video file repeatedly using command prompt

Guys,

I need to run a video file through command prompt enabling "repeat"...
Could some one please help me.. ASAP

Thanks in Advance!! :)