Search found 2 matches
- 04 Feb 2016 01:10
- Forum: DOS Batch Forum
- Topic: Copy Random Files using particular domain username
- Replies: 4
- Views: 3704
Re: Copy Random Files using particular domain username
If I execute in debug mode then in the background it uses this same line, below is the debug of the file, and still it is not creating the file and giving 1783 error. C:\Randome Files>set /A "rand=(n*8090)/32768+1" C:\Randome Files>set fl1=C:\Randome Files\!file[53]! C:\Randome Files>echo ...
- 03 Feb 2016 03:38
- Forum: DOS Batch Forum
- Topic: Copy Random Files using particular domain username
- Replies: 4
- Views: 3704
Copy Random Files using particular domain username
Hello, I am trying to create a script which will copy random files to a specific local/ network folder. These files should be copied using a domain username and password. I have created a script however it is giving me error "1783: The stub received bad data" Below is the script. ---------...