Search found 14 matches

by moh_salah8
30 Sep 2012 11:39
Forum: DOS Batch Forum
Topic: Batch file to Copy Files from Local Drive to Share Drive
Replies: 3
Views: 3335

Re: Batch file to Copy Files from Local Drive to Share Drive

Hello,

you can use this, i use it to do this task.

Code: Select all

FOR /F %%G IN ('dir /b %1') DO ROBOCOPY %1\%%G\ *.* %2\%%G /z


Hope this will help u.

Thanks.
by moh_salah8
21 Sep 2012 11:11
Forum: DOS Batch Forum
Topic: Need ur help to split one excel sheet to many sheets
Replies: 11
Views: 6810

Re: Need ur help to split one excel sheet to many sheets

Thanks and appreciate ur effort.

but it's not working there is an error message and i think this code will not split the general sheet to many sheets according the language name as mentioned in details.

Ooohh i really have a problem with this task.

Thanks again.....
by moh_salah8
18 Sep 2012 07:14
Forum: DOS Batch Forum
Topic: Need ur help to split one excel sheet to many sheets
Replies: 11
Views: 6810

Need ur help to split one excel sheet to many sheets

Need ur help to split an Excel sheet contains data to 21 Languages. First column for language name. Language name always starts with two or three characters as shown: ar fa fil-ph gu he hi id kok ku-arab mr ms ne-np or-in pa pa-arab prs-af sd-arab th ug-arab ur vi - I need to split the original shee...
by moh_salah8
12 Sep 2012 04:45
Forum: DOS Batch Forum
Topic: Import  Binary work from Package to package using LSCMD
Replies: 3
Views: 2835

Re: Import  Binary work from Package to package using L

This is the output details: LocStudio Command Line Automation Tool Version 6.12.6202 Copyright (C) 1993-2010 Microsoft Corporation. All rights reserved. LSCMD [/U | /L | /R | /G] [drive:][path]ProjectName [/S SourceFolder] [/T TargetFolder] [/D] [/F] [/O ReportFile] [/A [UpdateLogFolder] ] {/E Exten...
by moh_salah8
12 Sep 2012 03:01
Forum: DOS Batch Forum
Topic: Import  Binary work from Package to package using LSCMD
Replies: 3
Views: 2835

Import  Binary work from Package to package using LSCMD

Hello All, I've a problem with this command line as I can't deal with it. This command responsible for Importing binary works form files which the extension of them (.lspkg) to another .lspkg files. Using LocStudio Command below will help in this task: LSCMD edb_file /IMP -IN source_edb [-A] - A Imp...
by moh_salah8
10 Sep 2012 08:10
Forum: DOS Batch Forum
Topic: Copy sub folders with them files from folder a to folder b
Replies: 9
Views: 4711

Re: Copy sub folders with them files from folder a to folder

Your command line is fine but it works on one case.

I need command line work generally by giving it the original and the another path.
by moh_salah8
10 Sep 2012 06:25
Forum: DOS Batch Forum
Topic: Copy sub folders with them files from folder a to folder b
Replies: 9
Views: 4711

Re: Copy sub folders with them files from folder a to folder

Not exactly,

I've this command to copy files but the folders should be .Zip

FOR /F %%G IN ('dir /b %1') DO ROBOCOPY %1\%%G\ *.* %2\%%G /z

I need it to copy folders and files without compressing them.
by moh_salah8
10 Sep 2012 06:00
Forum: DOS Batch Forum
Topic: Copy sub folders with them files from folder a to folder b
Replies: 9
Views: 4711

Re: Copy sub folders with them files from folder a to folder

Sorry for late. There is amendment to make the issue more clarification We can change the batch idea to copy and replace some folders with sub folders and files to many paths. c:\a\one\one.txt c:\a\two\two.txt c:\a\three\three.txt --- c:\b\one\one.txt c:\b\two\two.txt c:\b\three\three.txt I need to ...
by moh_salah8
10 Sep 2012 05:04
Forum: DOS Batch Forum
Topic: changing the layout patch
Replies: 2
Views: 2237

Re: changing the layout patch

Unfortunately, I don't have any command for this process.

I hope, someone has a solving for this issue.

Thanks.
by moh_salah8
10 Sep 2012 04:59
Forum: DOS Batch Forum
Topic: Copy sub folders with them files from folder a to folder b
Replies: 9
Views: 4711

Re: Copy sub folders with them files from folder a to folder

i mean if the folder name is "a", the file name in this folder is "a" .

Thanks for ur reply.
by moh_salah8
10 Sep 2012 03:08
Forum: DOS Batch Forum
Topic: Copy sub folders with them files from folder a to folder b
Replies: 9
Views: 4711

Copy sub folders with them files from folder a to folder b

Hello all, the problem If i've one folder (a) contains many sub folders, these sub folders contain files with the same them folder name and another folder(b) contains 4 or 5 sub folders from folder (a) I need your help to copy sub folders and them files from folder (a) to folder (b) i hope to find y...
by moh_salah8
10 Sep 2012 02:20
Forum: DOS Batch Forum
Topic: changing the layout patch
Replies: 2
Views: 2237

changing the layout patch

Hello all,

I need your help to create a patch to change the layout of word or excel documents.

- Sometimes, I've a task has many word or excel docs, I need to change the layout of them without opening them.

i hope to find your reply soon.

Thanks.
by moh_salah8
09 Aug 2012 02:20
Forum: DOS Batch Forum
Topic: Need help to creat a patch to modify source doc and target d
Replies: 2
Views: 2220

Re: Need help to creat a patch to modify source doc and targ

foxidrive wrote:I think you want to make an English document similar in formatting as an Arabic document, or the other way around.

Batch files can't really help there...


Thanks for your prompt reply "Foxidrive"

Really, this task will take a long time.

any way, thanks a lot for your reply on my topic :)
by moh_salah8
08 Aug 2012 09:37
Forum: DOS Batch Forum
Topic: Need help to creat a patch to modify source doc and target d
Replies: 2
Views: 2220

Need help to creat a patch to modify source doc and target d

I've the "Time" problem in some DTP tasks so, I've tried to create a patch to short the time, this patch will take the source file (doc or Pdf) (this file in the English language) and take the target file (this file in Arabic language == source after translation to Arabic) to compare sourc...